about summary refs log tree commit diff
path: root/src/libstd/prelude/mod.rs
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2019-01-23 03:55:37 +0000
committerLzu Tao <taolzu@gmail.com>2019-02-13 14:39:25 +0000
commite7f8e63ed425cef77a9ad43e463b39009c1a495a (patch)
tree5169884b24613e1704048cf150f8eb081a3ee505 /src/libstd/prelude/mod.rs
parent6bba352cad2117f56353d400f71e96eafa2e6bd7 (diff)
downloadrust-e7f8e63ed425cef77a9ad43e463b39009c1a495a.tar.gz
rust-e7f8e63ed425cef77a9ad43e463b39009c1a495a.zip
Convert old doc links to current edition
Use footnote style to bypass the tidy check
Diffstat (limited to 'src/libstd/prelude/mod.rs')
-rw-r--r--src/libstd/prelude/mod.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libstd/prelude/mod.rs b/src/libstd/prelude/mod.rs
index bf689bad559..551e982a3c6 100644
--- a/src/libstd/prelude/mod.rs
+++ b/src/libstd/prelude/mod.rs
@@ -129,10 +129,10 @@
 //! [`std::string`]: ../string/index.html
 //! [`std::vec`]: ../vec/index.html
 //! [`to_owned`]: ../borrow/trait.ToOwned.html#tymethod.to_owned
-//! [book-closures]: ../../book/first-edition/closures.html
-//! [book-dtor]: ../../book/first-edition/drop.html
-//! [book-enums]: ../../book/first-edition/enums.html
-//! [book-iter]: ../../book/first-edition/iterators.html
+//! [book-closures]: ../../book/ch13-01-closures.html
+//! [book-dtor]: ../../book/ch15-03-drop.html
+//! [book-enums]: ../../book/ch06-01-defining-an-enum.html
+//! [book-iter]: ../../book/ch13-02-iterators.html
 
 #![stable(feature = "rust1", since = "1.0.0")]