Skip to content

Commit

Permalink
Fix links in rustdoc book.
Browse files Browse the repository at this point in the history
Due to a change in how mdbook generates section anchors, headers
with non-alphabetic characters now start with "a".
  • Loading branch information
ehuss committed Jul 19, 2018
1 parent 629d891 commit 3074c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/rustdoc/src/passes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3074c42

Please sign in to comment.