Rollup merge of #38922 - chris-morgan:fs-markdown-link-fix, r=steveklabnik

Fix a couple of bad Markdown links
This commit is contained in:
Guillaume Gomez 2017-01-19 11:56:01 +01:00 committed by GitHub
commit cabfb078b0

View File

@ -81,7 +81,8 @@ use time::SystemTime;
/// # }
/// ```
///
/// [`BufReader`]: ../io/struct.BufReader.html
/// [`Read`]: ../io/trait.Read.html
/// [`BufReader<R>`]: ../io/struct.BufReader.html
#[stable(feature = "rust1", since = "1.0.0")]
pub struct File {
inner: fs_imp::File,