diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-05-21 20:33:00 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-05-21 20:33:00 -0700 |
| commit | 1ccc51ce3b746ee702ef875a90b53b1b06fd2bf8 (patch) | |
| tree | b73f0bc3d8a614d5621832801a4560d4274a8dcb /src/libstd/lib.rs | |
| parent | 799ddba8dac2e6b6a7dc6927a7cc0b5e785deecb (diff) | |
| download | rust-1ccc51ce3b746ee702ef875a90b53b1b06fd2bf8.tar.gz rust-1ccc51ce3b746ee702ef875a90b53b1b06fd2bf8.zip | |
doc: Fix some broken links
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
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. |
