about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libcollections/macros.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libcollections/macros.rs b/src/libcollections/macros.rs
index d6a8362d581..3115be00a4d 100644
--- a/src/libcollections/macros.rs
+++ b/src/libcollections/macros.rs
@@ -68,7 +68,9 @@ macro_rules! vec {
 }
 
 /// Use the syntax described in `std::fmt` to create a value of type `String`.
-/// See `std::fmt` for more information.
+/// See [`std::fmt`][fmt] for more information.
+///
+/// [fmt]: ../std/fmt/index.html
 ///
 /// # Examples
 ///