about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-07-22 22:10:14 +0800
committerGitHub <noreply@github.com>2018-07-22 22:10:14 +0800
commit02357079a61a61d18ff93e4a39dd75f6b54c2644 (patch)
tree435e337593e9a03c7c9584ba2974d18dbd8124cd /src
parent519651accaa8352747dd1019b4396bdd77d31ac7 (diff)
parent3074c42bfea93dbe694fc06e36404674d3cb0aae (diff)
Rollup merge of #52521 - ehuss:rustdoc-passes-doc, r=kennytm
Fix links in rustdoc book.

Due to a change in how mdbook generates section anchors, headers
with non-alphabetic characters now start with "a".
Diffstat (limited to 'src')
-rw-r--r--src/doc/rustdoc/src/passes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustdoc/src/passes.md b/src/doc/rustdoc/src/passes.md
index de7c1029268..615b3dca199 100644
--- a/src/doc/rustdoc/src/passes.md
+++ b/src/doc/rustdoc/src/passes.md
@@ -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