Skip to content

Commit 58aac45

Browse files
committed
Fix a couple of bad Markdown links
1 parent 7ac9d33 commit 58aac45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstd/fs.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ use time::SystemTime;
8181
/// # }
8282
/// ```
8383
///
84-
/// [`BufReader`]: ../io/struct.BufReader.html
84+
/// [`Read`]: ../io/trait.Read.html
85+
/// [`BufReader<R>`]: ../io/struct.BufReader.html
8586
#[stable(feature = "rust1", since = "1.0.0")]
8687
pub struct File {
8788
inner: fs_imp::File,

0 commit comments

Comments
 (0)