Skip to content

Commit

Permalink
Fix local path
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jul 14, 2015
1 parent 68781e2 commit 4089ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/lib.rs
Expand Up @@ -29,7 +29,7 @@
//! through the absolute path `::std`, as in
//! [`::std::env::args()`](env/fn.args.html).
//!
//! [book-crate-root]: file:///home/brian/dev/rust2/build/doc/book/crates-and-modules.html#basic-terminology:-crates-and-modules
//! [book-crate-root]: ../book/crates-and-modules.html#basic-terminology:-crates-and-modules
//! [book-use]: ../book/crates-and-modules.html#importing-modules-with-use
//!
//! Furthermore, the standard library defines [The Rust
Expand Down

0 comments on commit 4089ba8

Please sign in to comment.