diff options
| author | Wonwoo Choi <chwo9843@gmail.com> | 2017-06-13 01:30:08 +0900 |
|---|---|---|
| committer | Wonwoo Choi <chwo9843@gmail.com> | 2017-06-15 00:04:00 +0900 |
| commit | 3cb78259862d37da082f628af3ccb54edf264fd0 (patch) | |
| tree | 33c0f28cfa4782dc5d9eb27e7b3faacacd5fe29b /src/libstd/prelude | |
| parent | 554c685b0b3b25b7aa752717edf50b8d6bcab7a0 (diff) | |
| download | rust-3cb78259862d37da082f628af3ccb54edf264fd0.tar.gz rust-3cb78259862d37da082f628af3ccb54edf264fd0.zip | |
Update older URLs pointing to the first edition of the Book
`compiler-plugins.html` is moved into the Unstable Book. Explanation is slightly modified to match the change.
Diffstat (limited to 'src/libstd/prelude')
| -rw-r--r-- | src/libstd/prelude/mod.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libstd/prelude/mod.rs b/src/libstd/prelude/mod.rs index 86e661d7948..195662637f0 100644 --- a/src/libstd/prelude/mod.rs +++ b/src/libstd/prelude/mod.rs @@ -136,10 +136,10 @@ //! [`std::string`]: ../string/index.html //! [`std::vec`]: ../vec/index.html //! [`to_owned`]: ../borrow/trait.ToOwned.html#tymethod.to_owned -//! [book-closures]: ../../book/closures.html -//! [book-dtor]: ../../book/drop.html -//! [book-enums]: ../../book/enums.html -//! [book-iter]: ../../book/iterators.html +//! [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 #![stable(feature = "rust1", since = "1.0.0")] |
