about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Xu <andrewxuyuan@gmail.com>2019-04-20 15:45:47 +0800
committerAndrew Xu <andrewxuyuan@gmail.com>2019-04-20 15:45:47 +0800
commitf77b602a78f7df7080801c25964cad3f2b07e3ab (patch)
treee23aa02c67e6a2e7fa0f1db0f0020c1610e140c6
parent3750348daff89741e3153e0e120aa70a45ff5b68 (diff)
downloadrust-f77b602a78f7df7080801c25964cad3f2b07e3ab.tar.gz
rust-f77b602a78f7df7080801c25964cad3f2b07e3ab.zip
Fix broken link in rustc_plugin doc
-rw-r--r--src/librustc_plugin/lib.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/librustc_plugin/lib.rs b/src/librustc_plugin/lib.rs
index 351ba7f04d3..74324312e8b 100644
--- a/src/librustc_plugin/lib.rs
+++ b/src/librustc_plugin/lib.rs
@@ -47,8 +47,9 @@
 //! #![plugin(myplugin)]
 //! ```
 //!
-//! See the [`plugin` feature](../unstable-book/language-features/plugin.html) of
-//! the Unstable Book for more examples.
+//! See the [`plugin`
+//! feature](https://doc.rust-lang.org/nightly/unstable-book/language-features/plugin.html)
+//! of the Unstable Book for more examples.
 
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]