diff options
| author | Oliver Middleton <olliemail27@gmail.com> | 2016-01-13 23:19:24 +0000 |
|---|---|---|
| committer | Oliver Middleton <olliemail27@gmail.com> | 2016-01-13 23:19:24 +0000 |
| commit | 01cbdf4481915948773a8abfb67bcc1a44571dab (patch) | |
| tree | f8513e53f53e0936f28e909bc442b10020d62151 /src/libcollections/lib.rs | |
| parent | d3c83fef245f1cb2e523c8913b8968c98faec1f4 (diff) | |
Fix some broken and missing links in the docs
Diffstat (limited to 'src/libcollections/lib.rs')
| -rw-r--r-- | src/libcollections/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcollections/lib.rs b/src/libcollections/lib.rs index 370857287d6..8b876df32af 100644 --- a/src/libcollections/lib.rs +++ b/src/libcollections/lib.rs @@ -10,7 +10,7 @@ //! Collection types. //! -//! See [std::collections](../std/collections) for a detailed discussion of +//! See [std::collections](../std/collections/index.html) for a detailed discussion of //! collections in Rust. #![crate_name = "collections"] |
