about summary refs log tree commit diff
path: root/src/libstd/io
diff options
context:
space:
mode:
authorWonwoo Choi <chwo9843@gmail.com>2017-06-13 01:30:08 +0900
committerWonwoo Choi <chwo9843@gmail.com>2017-06-15 00:04:00 +0900
commit3cb78259862d37da082f628af3ccb54edf264fd0 (patch)
tree33c0f28cfa4782dc5d9eb27e7b3faacacd5fe29b /src/libstd/io
parent554c685b0b3b25b7aa752717edf50b8d6bcab7a0 (diff)
downloadrust-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/io')
-rw-r--r--src/libstd/io/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs
index c872a8e5261..061e807dace 100644
--- a/src/libstd/io/mod.rs
+++ b/src/libstd/io/mod.rs
@@ -263,7 +263,7 @@
 //! [`println!`]: ../macro.println.html
 //! [`Lines`]: struct.Lines.html
 //! [`io::Result`]: type.Result.html
-//! [`?` operator]: ../../book/syntax-index.html
+//! [`?` operator]: ../../book/first-edition/syntax-index.html
 //! [`Read::read`]: trait.Read.html#tymethod.read
 
 #![stable(feature = "rust1", since = "1.0.0")]