Skip to content

Commit 28c890e

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 5b2512f + ee26e8e commit 28c890e

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
@@ -102,7 +102,7 @@ Misc
102102
[cargo/5878]: https://github.com/rust-lang/cargo/pull/5878/
103103
[cargo/5984]: https://github.com/rust-lang/cargo/pull/5984/
104104
[cargo/5995]: https://github.com/rust-lang/cargo/pull/5995/
105-
[proc-macros]: https://doc.rust-lang.org/book/2018-edition/ch19-06-macros.html
105+
[proc-macros]: https://doc.rust-lang.org/nightly/book/2018-edition/ch19-06-macros.html
106106

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

0 commit comments

Comments
 (0)