Skip to content

Commit 5c94daa

Browse files
committed
Rollup merge of rust-lang#55325 - rust-lang:steveklabnik-patch-1, r=frewsxcv
Fix link to macros chapter We're gonna link to nightly as this didn't make it into the corresponding stable. r? @Mark-Simulacrum @Centril
2 parents 9880e29 + ee26e8e commit 5c94daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Misc
9898
[cargo/5877]: https://github.com/rust-lang/cargo/pull/5877/
9999
[cargo/5878]: https://github.com/rust-lang/cargo/pull/5878/
100100
[cargo/5995]: https://github.com/rust-lang/cargo/pull/5995/
101-
[proc-macros]: https://doc.rust-lang.org/book/2018-edition/ch19-06-macros.html
101+
[proc-macros]: https://doc.rust-lang.org/nightly/book/2018-edition/ch19-06-macros.html
102102

103103
[`Ipv4Addr::BROADCAST`]: https://doc.rust-lang.org/nightly/std/net/struct.Ipv4Addr.html#associatedconstant.BROADCAST
104104
[`Ipv4Addr::LOCALHOST`]: https://doc.rust-lang.org/nightly/std/net/struct.Ipv4Addr.html#associatedconstant.LOCALHOST

0 commit comments

Comments
 (0)