about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-05-14 19:33:10 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-05-14 19:33:10 +0530
commit2df7ae6e647c1dff50c9bf21e8883827096f48c1 (patch)
treec25ffb326a590a40402dd23d10d5d41c82ff5050
parent1109b6dd8d796924e40577e608d1f34d8b91d8ed (diff)
parent62d0ef41c1d3c94edb88ae36bb3a3e8d3ddf20da (diff)
downloadrust-2df7ae6e647c1dff50c9bf21e8883827096f48c1.tar.gz
rust-2df7ae6e647c1dff50c9bf21e8883827096f48c1.zip
Rollup merge of #25401 - WiSaGaN:bugfix/fix_crates_io_link, r=steveklabnik
Minor link fix for crates.io.
-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 c0d8d8eacf7..220a0ba5755 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -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