Skip to content

Commit

Permalink
Fix broken links in macros chapter (issue rust-lang#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliobz committed Aug 31, 2017
1 parent 266d429 commit ed5cc7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ names, and invoked through a consistent syntax: `some_extension!(...)`.

Users of `rustc` can define new macros in two ways:

* [Macros] define new syntax in a higher-level,
* [Macros by Example] define new syntax in a higher-level,
declarative way.
* [Procedural Macros] can be used to implement custom derive.

And one unstable way: [compiler plugins].

[Macros]: ../book/macros.html
[Procedural Macros]: ../book/procedural-macros.html
[Macros by Example]: macros-by-example.html
[Procedural Macros]: procedural-macros.html
[compiler plugins]: ../unstable-book/language-features/plugin.html

0 comments on commit ed5cc7e

Please sign in to comment.