From: FuGangqiang Date: Fri, 31 Jul 2015 08:25:17 +0000 (+0800) Subject: trpl: fix link error X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=b399729298ae5fa4f98a46d40682fb9e404f8e00;p=rust.git trpl: fix link error --- diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 61de7eafbb5..010e2cc7bb2 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -15,7 +15,7 @@ //! for the [broader Rust ecosystem](https://crates.io). It offers //! core types (e.g. [`Vec`](vec/index.html) //! and [`Option`](option/index.html)), library-defined [operations on -//! language primitives](#primitive) (e.g. [`u32`](u32/index.html) and +//! language primitives](#primitives) (e.g. [`u32`](u32/index.html) and //! [`str`](str/index.html)), [standard macros](#macros), //! [I/O](io/index.html) and [multithreading](thread/index.html), among //! [many other lovely