diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-16 11:27:44 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-17 06:23:39 +0530 |
| commit | 47803212e8a9d9ed2b24fa991796abe66819cd12 (patch) | |
| tree | 209029f79ccca9a881d6a393780479f2eac26726 | |
| parent | adea99c5d9defb2400c515163d7d85f42122084e (diff) | |
| parent | 428733dea081e4114200e5922318cfff547008fd (diff) | |
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>
| -rw-r--r-- | src/doc/reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index 3223e2f2626..d46a1443c2f 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -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, |
