about summary refs log tree commit diff
path: root/src/librustc_plugin
diff options
context:
space:
mode:
authorMalo Jaffré <jaffre.malo@gmail.com>2017-12-31 17:08:04 +0100
committerMalo Jaffré <jaffre.malo@gmail.com>2018-01-01 14:44:11 +0100
commit7249539de93eae54a3873bdc35732ade408dc27b (patch)
treec45dcf3917e49e156ee4fb993b29010e8203e7b6 /src/librustc_plugin
parent8ed13d643a62cda3f94233bde933efbcba0be17f (diff)
downloadrust-7249539de93eae54a3873bdc35732ade408dc27b.tar.gz
rust-7249539de93eae54a3873bdc35732ade408dc27b.zip
Fix broken links in internal docs
Diffstat (limited to 'src/librustc_plugin')
-rw-r--r--src/librustc_plugin/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_plugin/lib.rs b/src/librustc_plugin/lib.rs
index 3df56c4e728..c0f830f1fbe 100644
--- a/src/librustc_plugin/lib.rs
+++ b/src/librustc_plugin/lib.rs
@@ -57,7 +57,7 @@
 //! #![plugin(myplugin)]
 //! ```
 //!
-//! See the [`plugin` feature](../../unstable-book/language-features/plugin.html) of
+//! See the [`plugin` feature](../unstable-book/language-features/plugin.html) of
 //! the Unstable Book for more examples.
 
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",