about summary refs log tree commit diff
path: root/src/libstd/io
diff options
context:
space:
mode:
authorNick Cameron <ncameron@mozilla.com>2016-08-16 10:36:39 +1200
committerNick Cameron <ncameron@mozilla.com>2016-08-18 15:43:35 +1200
commite6cc4c5d13f8819c72568f9675e84c1d17368c67 (patch)
tree3a73e5e11d29b38750349dd11089fc3895f9ac5f /src/libstd/io
parentda1f7731f6cebcf8b8a896c65b38e19b102e19c4 (diff)
downloadrust-e6cc4c5d13f8819c72568f9675e84c1d17368c67.tar.gz
rust-e6cc4c5d13f8819c72568f9675e84c1d17368c67.zip
Fix links
Diffstat (limited to 'src/libstd/io')
-rw-r--r--src/libstd/io/mod.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs
index 88fd4186e0a..307d014fd68 100644
--- a/src/libstd/io/mod.rs
+++ b/src/libstd/io/mod.rs
@@ -236,7 +236,7 @@
 //! to read the line and print it, so we use `()`.
 //!
 //! [result]: type.Result.html
-//! [try]: ../macro.try!.html
+//! [try]: ../macro.try.html
 //!
 //! ## Platform-specific behavior
 //!
@@ -957,8 +957,8 @@ pub trait Write {
     /// explicitly be called. The [`write!`][write] macro should be favored to
     /// invoke this method instead.
     ///
-    /// [formatargs]: ../macro.format_args!.html
-    /// [write]: ../macro.write!.html
+    /// [formatargs]: ../macro.format_args.html
+    /// [write]: ../macro.write.html
     ///
     /// This function internally uses the [`write_all`][writeall] method on
     /// this trait and hence will continuously write data so long as no errors