]> git.lizzy.rs Git - rust.git/commitdiff
fix wrong link
authorYork Xiang <bombless@126.com>
Wed, 14 Jan 2015 17:11:28 +0000 (01:11 +0800)
committerYork Xiang <bombless@126.com>
Wed, 14 Jan 2015 17:11:28 +0000 (01:11 +0800)
src/doc/trpl/macros.md

index c73fbefb2a4019352bfb7104ecfcc11c38049a92..d89e5af79c4b1c96f394d59bd1b8c63df526492c 100644 (file)
@@ -571,7 +571,7 @@ intermediate states out, and passing the flag `--pretty expanded` as a
 command-line argument to the compiler will show the result of expansion.
 
 If Rust's macro system can't do what you need, you may want to write a
-[compiler plugin](plugin.html) instead. Compared to `macro_rules!`
+[compiler plugin](plugins.html) instead. Compared to `macro_rules!`
 macros, this is significantly more work, the interfaces are much less stable,
 and the warnings about debugging apply ten-fold. In exchange you get the
 flexibility of running arbitrary Rust code within the compiler. Syntax