From 428733dea081e4114200e5922318cfff547008fd Mon Sep 17 00:00:00 2001 From: Lai Jiangshan Date: Mon, 16 Feb 2015 11:18:00 +0800 Subject: [PATCH] reference: fix outdated link for Compiler plugins book/syntax-extensions.html was renamed to book/plugins.html, the link should be also updated. Signed-off-by: Lai Jiangshan --- src/doc/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/reference.md b/src/doc/reference.md index 73880549ae6..0feac016793 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -647,7 +647,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, -- GitLab