about summary refs log tree commit diff
path: root/src/libstd/primitive_docs.rs
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2017-02-20 09:09:12 -0500
committerSteve Klabnik <steve@steveklabnik.com>2017-02-20 09:09:12 -0500
commitb4cd3d92061de90f58669d620867d42466a563ab (patch)
tree607a0d33567252be2e43c5b01e86c3b5c3f5f969 /src/libstd/primitive_docs.rs
parent941d494a6aaa3c4882f02afc1287008d145ce262 (diff)
downloadrust-b4cd3d92061de90f58669d620867d42466a563ab.tar.gz
rust-b4cd3d92061de90f58669d620867d42466a563ab.zip
Revert "Fix up links"
This reverts commit 7f1d1c6d9a7be5e427bace30e740b16b25f25c92.

The original commit was created because mdBook and rustdoc had
different generation algorithms for header links; now with
https://github.com/rust-lang/rust/pull/39966 , the algorithms
are the same. So let's undo this change.

... when I came across this problem, I said "eh, this isn't fun,
but it doesn't take that long." I probably should have just actually
taken the time to fix upstream, given that they were amenable. Oh
well!
Diffstat (limited to 'src/libstd/primitive_docs.rs')
-rw-r--r--src/libstd/primitive_docs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/primitive_docs.rs b/src/libstd/primitive_docs.rs
index 1b3e17c300e..11197db98a3 100644
--- a/src/libstd/primitive_docs.rs
+++ b/src/libstd/primitive_docs.rs
@@ -490,7 +490,7 @@ mod prim_str { }
 /// assert_eq!(tuple.2, 'c');
 /// ```
 ///
-/// For more about tuples, see [the book](../book/primitive-types.html#Tuples).
+/// For more about tuples, see [the book](../book/primitive-types.html#tuples).
 ///
 /// # Trait implementations
 ///