Rollup merge of #22392 - laijs:fix-reference-md-plugin-link, r=steveklabnik

book/syntax-extensions.html was renamed to book/plugins.html,
the link should be also updated.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
This commit is contained in:
Manish Goregaokar 2015-02-16 11:27:44 +05:30
commit 47803212e8

View File

@ -648,7 +648,7 @@ All of the above extensions are expressions with values.
Users of `rustc` can define new syntax extensions in two ways:
* [Compiler plugins](book/syntax-extensions.html) can include arbitrary
* [Compiler plugins][plugin] can include arbitrary
Rust code that manipulates syntax trees at compile time.
* [Macros](book/macros.html) define new syntax in a higher-level,