File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 237
237
//! to read the line and print it, so we use `()`.
238
238
//!
239
239
//! [result]: type.Result.html
240
- //! [try]: macro.try!.html
240
+ //! [try]: ../ macro.try!.html
241
241
242
242
#![ stable( feature = "rust1" , since = "1.0.0" ) ]
243
243
@@ -992,8 +992,8 @@ pub trait Write {
992
992
/// explicitly be called. The [`write!`][write] macro should be favored to
993
993
/// invoke this method instead.
994
994
///
995
- /// [formatargs]: ../std/ macro.format_args!.html
996
- /// [write]: ../std/ macro.write!.html
995
+ /// [formatargs]: ../macro.format_args!.html
996
+ /// [write]: ../macro.write!.html
997
997
///
998
998
/// This function internally uses the [`write_all`][writeall] method on
999
999
/// this trait and hence will continuously write data so long as no errors
@@ -1126,7 +1126,7 @@ pub trait Write {
1126
1126
///
1127
1127
/// [`File`][file]s implement `Seek`:
1128
1128
///
1129
- /// [file]: ../std/ fs/struct.File.html
1129
+ /// [file]: ../fs/struct.File.html
1130
1130
///
1131
1131
/// ```
1132
1132
/// use std::io;
You can’t perform that action at this time.
0 commit comments