about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-05-21 20:33:00 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-05-21 20:33:00 -0700
commit1ccc51ce3b746ee702ef875a90b53b1b06fd2bf8 (patch)
treeb73f0bc3d8a614d5621832801a4560d4274a8dcb /src/libstd
parent799ddba8dac2e6b6a7dc6927a7cc0b5e785deecb (diff)
downloadrust-1ccc51ce3b746ee702ef875a90b53b1b06fd2bf8.tar.gz
rust-1ccc51ce3b746ee702ef875a90b53b1b06fd2bf8.zip
doc: Fix some broken links
Diffstat (limited to 'src/libstd')
-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 b0d08c80fbc..8a4b7eb3a63 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -32,7 +32,7 @@
 //!
 //! ## Pervasive types
 //!
-//! The [`option`](option/index.html) and [`result`](result/index.html)
+//! The [`option`](option/index.html) and [`result`](../core/result/index.html)
 //! modules define optional and error-handling types, `Option` and `Result`.
 //! [`iter`](../core/iter/index.html) defines Rust's iterator protocol
 //! along with a wide variety of iterators.