Skip to content

Commit f9177f3

Browse files
steveklabnikManishearth
authored andcommitted
Revert "Fix up links"
This reverts commit 7f1d1c6. The original commit was created because mdBook and rustdoc had different generation algorithms for header links; now with rust-lang#39966 , the algorithms are the same. So let's undo this change. ... when I came across this problem, I said "eh, this isn't fun, but it doesn't take that long." I probably should have just actually taken the time to fix upstream, given that they were amenable. Oh well!
1 parent b40106f commit f9177f3

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%20variable%20%24crate).
2111+
variable](book/macros.html#the-variable-crate).
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%20and%20macro%20import%2Fexport) for more information on
2121+
book](book/macros.html#scoping-and-macro-importexport) 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%20plugins) can provide additional lint checks.
2280+
plugins](book/compiler-plugins.html#lint-plugins) can provide additional lint checks.
22812281

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

0 commit comments

Comments
 (0)