Skip to content

Commit 4089ba8

Browse files
committed
Fix local path
1 parent 68781e2 commit 4089ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
//! through the absolute path `::std`, as in
3030
//! [`::std::env::args()`](env/fn.args.html).
3131
//!
32-
//! [book-crate-root]: file:///home/brian/dev/rust2/build/doc/book/crates-and-modules.html#basic-terminology:-crates-and-modules
32+
//! [book-crate-root]: ../book/crates-and-modules.html#basic-terminology:-crates-and-modules
3333
//! [book-use]: ../book/crates-and-modules.html#importing-modules-with-use
3434
//!
3535
//! Furthermore, the standard library defines [The Rust

0 commit comments

Comments
 (0)