Fix broken link in libcollections docs

Fixes #18010
This commit is contained in:
Alexis Beingessner 2014-10-16 13:26:52 -04:00
parent b6e0d3a5bf
commit ae8d42937d

View File

@ -10,7 +10,7 @@
//! Collection types.
//!
//! See [../std/collections](std::collections) for a detailed discussion of collections in Rust.
//! See [std::collections](../std/collections) for a detailed discussion of collections in Rust.
#![crate_name = "collections"]