]> git.lizzy.rs Git - rust.git/commitdiff
fix broken link
authorOliver Schneider <github6541940@oli-obk.de>
Wed, 29 Apr 2015 09:41:00 +0000 (11:41 +0200)
committerOliver Schneider <github6541940@oli-obk.de>
Wed, 29 Apr 2015 09:41:00 +0000 (11:41 +0200)
compiler plugins are hosted unter "compiler-plugins.html" not "plugins.html"

src/doc/trpl/macros.md

index 9d01f104ddaafcdcb824ccf4241189c743667c58..d504fab206ddfd185d65c4b6362e5395eb8b7e9b 100644 (file)
@@ -765,7 +765,7 @@ as `unimplemented!` until you’re ready to write them.
 # Procedural macros
 
 If Rust’s macro system can’t do what you need, you may want to write a
-[compiler plugin](plugins.html) instead. Compared to `macro_rules!`
+[compiler plugin](compiler-plugins.html) instead. Compared to `macro_rules!`
 macros, this is significantly more work, the interfaces are much less stable,
 and bugs can be much harder to track down. In exchange you get the
 flexibility of running arbitrary Rust code within the compiler. Syntax