Fix crates.io link.

This commit is contained in:
Wangshan Lu 2015-05-14 21:08:20 +08:00
parent b1bd3a3c51
commit 62d0ef41c1

View File

@ -28,7 +28,7 @@
//!
//! The standard library is minimal, a set of battle-tested
//! core types and shared abstractions for the [broader Rust
//! ecosystem][https://crates.io] to build on.
//! ecosystem](https://crates.io) to build on.
//!
//! The [primitive types](#primitives), though not defined in the
//! standard library, are documented here, as are the predefined