We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3750348 commit f77b602Copy full SHA for f77b602
src/librustc_plugin/lib.rs
@@ -47,8 +47,9 @@
47
//! #![plugin(myplugin)]
48
//! ```
49
//!
50
-//! See the [`plugin` feature](../unstable-book/language-features/plugin.html) of
51
-//! the Unstable Book for more examples.
+//! See the [`plugin`
+//! feature](https://doc.rust-lang.org/nightly/unstable-book/language-features/plugin.html)
52
+//! of the Unstable Book for more examples.
53
54
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
55
0 commit comments