Skip to content

Commit 5165499

Browse files
authored
Merge pull request rust-lang#11 from rust-lang-nursery/fix-links
Fix links to the book
2 parents 09c895e + 927ffc2 commit 5165499

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/attributes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ On `struct`s:
149149
list of names `#[macro_use(foo, bar)]` restricts the import to just those
150150
macros named. The `extern crate` must appear at the crate root, not inside
151151
`mod`, which ensures proper function of the [`$crate` macro
152-
variable](../book/macros.html#the-variable-crate).
152+
variable](../book/first-edition/macros.html#the-variable-crate).
153153

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

@@ -159,7 +159,7 @@ On `struct`s:
159159
link it into the output.
160160

161161
See the [macros section of the
162-
book](../book/macros.html#scoping-and-macro-importexport) for more information on
162+
book](../book/first-edition/macros.html#scoping-and-macro-importexport) for more information on
163163
macro scope.
164164

165165
## Miscellaneous attributes

0 commit comments

Comments
 (0)