From 569228a45e73ba994d9dc5fff11381fe700d6cc6 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Wed, 24 Oct 2018 15:33:48 -0400 Subject: [PATCH 1/2] Fix link to macros chapter We're gonna link to nightly as this didn't make it into the corresponding stable. --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 7ae7dc9935b6d..58e49e68b43e7 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -105,7 +105,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 From ee26e8edebd16b1d11e2af686a12143826fa46fb Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 25 Oct 2018 10:47:07 -0400 Subject: [PATCH 2/2] Update RELEASES.md Co-Authored-By: steveklabnik --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 58e49e68b43e7..729947a9189e0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -105,7 +105,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/stable/book/2018-edition/ch19-06-macros.html +[proc-macros]: https://doc.rust-lang.org/nightly/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