diff options
| author | Eric Huss <eric@huss.org> | 2018-07-18 21:10:25 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2018-07-18 21:10:25 -0700 |
| commit | 3074c42bfea93dbe694fc06e36404674d3cb0aae (patch) | |
| tree | 082b3e21e3f080430a3c2abc423b63aa8309143a /src/doc/rustdoc | |
| parent | 629d891499bca79aeb8ea079f756c566fdabbd3e (diff) | |
| download | rust-3074c42bfea93dbe694fc06e36404674d3cb0aae.tar.gz rust-3074c42bfea93dbe694fc06e36404674d3cb0aae.zip | |
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/doc/rustdoc')
| -rw-r--r-- | src/doc/rustdoc/src/passes.md | 4 |
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 |
