Skip to content

Commit

Permalink
Fix up links
Browse files Browse the repository at this point in the history
mdbook and rustdoc generate links differently, so we need to change all
these links.
  • Loading branch information
steveklabnik authored and Manishearth committed Mar 2, 2017
1 parent b016429 commit 5833cc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2108,7 +2108,7 @@ On `struct`s:
list of names `#[macro_use(foo, bar)]` restricts the import to just those
macros named. The `extern crate` must appear at the crate root, not inside
`mod`, which ensures proper function of the [`$crate` macro
variable](book/macros.html#the-variable-crate).
variable](book/macros.html#The%20variable%20%24crate).

- `macro_reexport` on an `extern crate` — re-export the named macros.

Expand All @@ -2118,7 +2118,7 @@ On `struct`s:
link it into the output.

See the [macros section of the
book](book/macros.html#scoping-and-macro-importexport) for more information on
book](book/macros.html#Scoping%20and%20macro%20import%2Fexport) for more information on
macro scope.


Expand Down Expand Up @@ -2277,7 +2277,7 @@ For any lint check `C`:

The lint checks supported by the compiler can be found via `rustc -W help`,
along with their default settings. [Compiler
plugins](book/compiler-plugins.html#lint-plugins) can provide additional lint checks.
plugins](book/compiler-plugins.html#Lint%20plugins) can provide additional lint checks.

```{.ignore}
pub mod m1 {
Expand Down

0 comments on commit 5833cc9

Please sign in to comment.