Skip to content

Commit 5833cc9

Browse files
steveklabnikManishearth
authored andcommitted
Fix up links
mdbook and rustdoc generate links differently, so we need to change all these links.
1 parent b016429 commit 5833cc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2108,7 +2108,7 @@ On `struct`s:
21082108
list of names `#[macro_use(foo, bar)]` restricts the import to just those
21092109
macros named. The `extern crate` must appear at the crate root, not inside
21102110
`mod`, which ensures proper function of the [`$crate` macro
2111-
variable](book/macros.html#the-variable-crate).
2111+
variable](book/macros.html#The%20variable%20%24crate).
21122112

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

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

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

21242124

@@ -2277,7 +2277,7 @@ For any lint check `C`:
22772277

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

22822282
```{.ignore}
22832283
pub mod m1 {

0 commit comments

Comments
 (0)