about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2018-10-24 15:33:48 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2018-11-06 19:31:05 -0700
commit0d442ec17d38e2f956c6ce2a110751dc61cde360 (patch)
tree210a340f5042e36df3b6a9646219d10780837acf
parentda5f414c2c0bfe5198934493f04c676e2b23ff2e (diff)
downloadrust-0d442ec17d38e2f956c6ce2a110751dc61cde360.tar.gz
rust-0d442ec17d38e2f956c6ce2a110751dc61cde360.zip
Fix link to macros chapter
We're gonna link to nightly as this didn't make it into the corresponding stable.
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 70a7dab7227..fb083cf17ec 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -102,7 +102,7 @@ Misc
 [cargo/5878]: https://github.com/rust-lang/cargo/pull/5878/
 [cargo/5984]: https://github.com/rust-lang/cargo/pull/5984/
 [cargo/5995]: https://github.com/rust-lang/cargo/pull/5995/
-[proc-macros]: https://doc.rust-lang.org/book/2018-edition/ch19-06-macros.html
+[proc-macros]: https://doc.rust-lang.org/stable/book/2018-edition/ch19-06-macros.html
 
 [`Ipv4Addr::BROADCAST`]: https://doc.rust-lang.org/nightly/std/net/struct.Ipv4Addr.html#associatedconstant.BROADCAST
 [`Ipv4Addr::LOCALHOST`]: https://doc.rust-lang.org/nightly/std/net/struct.Ipv4Addr.html#associatedconstant.LOCALHOST