about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-01-12 10:54:58 +0100
committerGitHub <noreply@github.com>2019-01-12 10:54:58 +0100
commitebbecac538137fca1c36ceca91337b5ff4d196b5 (patch)
treea2cd694fa71cfa261ffc7f75cbe610f63d03d62b
parent40a819b7df607afd1822906922f0602f370dde37 (diff)
parent40658fdadec9eb4e8fbefe07feace9633057e648 (diff)
downloadrust-ebbecac538137fca1c36ceca91337b5ff4d196b5.tar.gz
rust-ebbecac538137fca1c36ceca91337b5ff4d196b5.zip
Rollup merge of #57296 - JosephTLyons:Fix-question-mark-operator-in-stdio-document, r=wesleywiser
Fixed the link to the ? operator

I'm working on updating all broken links, but figured I'd break up the pull requests so they are easier to review, versus just one big pull request.
-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 0991957fa7f..28a6fbd48cf 100644
--- a/src/libstd/io/mod.rs
+++ b/src/libstd/io/mod.rs
@@ -252,7 +252,7 @@
 //! [`println!`]: ../macro.println.html
 //! [`Lines`]: struct.Lines.html
 //! [`io::Result`]: type.Result.html
-//! [`?` operator]: ../../book/first-edition/syntax-index.html
+//! [`?` operator]: ../../book/appendix-02-operators.html
 //! [`Read::read`]: trait.Read.html#tymethod.read
 //! [`Result`]: ../result/enum.Result.html
 //! [`.unwrap()`]: ../result/enum.Result.html#method.unwrap