1
Fork 0

Fix a few links in the docs

This commit is contained in:
Oliver Middleton 2016-10-21 00:49:47 +01:00
parent 7bccb829d0
commit 8faa503a6b
7 changed files with 18 additions and 14 deletions

View file

@ -914,6 +914,7 @@ impl<'a> cmp::Ord for Components<'a> {
/// [`Path`]: struct.Path.html
/// [`push`]: struct.PathBuf.html#method.push
/// [`set_extension`]: struct.PathBuf.html#method.set_extension
/// [`Deref`]: ../ops/trait.Deref.html
///
/// More details about the overall approach can be found in
/// the module documentation.