summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-07-11 15:30:43 -0700
committerBrian Anderson <banderson@mozilla.com>2015-07-13 17:56:47 -0700
commit4089ba873e7e64540764b8aa7438d02b36206d51 (patch)
treef4f0bd90bb5fd4189ce70a2f9c1635a93a3fd55b /src/libstd/lib.rs
parent68781e25c5465021d25e2ff9d3818577e70c6545 (diff)
downloadrust-4089ba873e7e64540764b8aa7438d02b36206d51.tar.gz
rust-4089ba873e7e64540764b8aa7438d02b36206d51.zip
Fix local path
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index e6049ab2863..00d59fc4cd8 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -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