Skip to content

Commit 4857cd2

Browse files
bluesmoonKristofferC
authored andcommitted
Fix hyperlinks in 1.8 news (#44371)
(cherry-picked from 675911a)
1 parent f9c76f0 commit 4857cd2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ New language features
1717
* ``, ``, and `` are now allowed as identifier characters ([#42314]).
1818
* Support for Unicode 14.0.0 ([#43443]).
1919
* `Module(:name, false, false)` can be used to create a `module` that contains no names
20-
(it does not import `Base` or `Core` and does not contain a reference to itself) ([#40110, #42154]).
20+
(it does not import `Base` or `Core` and does not contain a reference to itself) ([#40110], [#42154]).
2121

2222
Language changes
2323
----------------
@@ -250,6 +250,7 @@ Tooling Improvements
250250
[#38791]: https://github.com/JuliaLang/julia/issues/38791
251251
[#39241]: https://github.com/JuliaLang/julia/issues/39241
252252
[#39245]: https://github.com/JuliaLang/julia/issues/39245
253+
[#40110]: https://github.com/JuliaLang/julia/issues/40110
253254
[#40382]: https://github.com/JuliaLang/julia/issues/40382
254255
[#40642]: https://github.com/JuliaLang/julia/issues/40642
255256
[#40783]: https://github.com/JuliaLang/julia/issues/40783
@@ -268,6 +269,7 @@ Tooling Improvements
268269
[#41794]: https://github.com/JuliaLang/julia/issues/41794
269270
[#41888]: https://github.com/JuliaLang/julia/issues/41888
270271
[#41936]: https://github.com/JuliaLang/julia/issues/41936
272+
[#42154]: https://github.com/JuliaLang/julia/issues/42154
271273
[#42211]: https://github.com/JuliaLang/julia/issues/42211
272274
[#42225]: https://github.com/JuliaLang/julia/issues/42225
273275
[#42248]: https://github.com/JuliaLang/julia/issues/42248

0 commit comments

Comments
 (0)