about summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorSimon Mazur <semmaz.box@gmail.com>2015-09-18 17:12:58 +0300
committerSimon Mazur <semmaz.box@gmail.com>2015-09-20 13:24:47 +0300
commit970b86b1bb61eeff8b32372e2a1d5486945f47d1 (patch)
treeb3898831b88cbbd5988e46010cc6cee9271c2c89 /src/libstd/lib.rs
parentb8cfa59be0a6b5200e525ff68390ede34698e909 (diff)
downloadrust-970b86b1bb61eeff8b32372e2a1d5486945f47d1.tar.gz
rust-970b86b1bb61eeff8b32372e2a1d5486945f47d1.zip
doc: Fix broken links
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 774d13966bd..c67a4182f54 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -18,7 +18,7 @@
 //! language primitives](#primitives), [standard macros](#macros),
 //! [I/O](io/index.html) and [multithreading](thread/index.html), among
 //! [many other
-//! things](#what-is-in-the-standard-library-documentation?).
+//! things](#what-is-in-the-standard-library-documentation).
 //!
 //! `std` is available to all Rust crates by default, just as if each
 //! one contained an `extern crate std` import at the [crate