]> git.lizzy.rs Git - rust.git/commitdiff
Fix links in rustdoc book.
authorEric Huss <eric@huss.org>
Thu, 19 Jul 2018 04:10:25 +0000 (21:10 -0700)
committerEric Huss <eric@huss.org>
Thu, 19 Jul 2018 04:10:25 +0000 (21:10 -0700)
Due to a change in how mdbook generates section anchors, headers
with non-alphabetic characters now start with "a".

src/doc/rustdoc/src/passes.md

index de7c10292680c40d895241a774c43275e7fcbe7c..615b3dca199f1cc218a426b49b1bfd2e74d40435 100644 (file)
@@ -5,8 +5,8 @@ Rustdoc has a concept called "passes". These are transformations that
 
 In addition to the passes below, check out the docs for these flags:
 
-* [`--passes`](command-line-arguments.html#--passes-add-more-rustdoc-passes)
-* [`--no-defaults`](command-line-arguments.html#--no-defaults-dont-run-default-passes)
+* [`--passes`](command-line-arguments.html#a--passes-add-more-rustdoc-passes)
+* [`--no-defaults`](command-line-arguments.html#a--no-defaults-dont-run-default-passes)
 
 ## Default passes