Skip to content

Commit f77b602

Browse files
committed
Fix broken link in rustc_plugin doc
1 parent 3750348 commit f77b602

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/librustc_plugin/lib.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@
4747
//! #![plugin(myplugin)]
4848
//! ```
4949
//!
50-
//! See the [`plugin` feature](../unstable-book/language-features/plugin.html) of
51-
//! the Unstable Book for more examples.
50+
//! See the [`plugin`
51+
//! feature](https://doc.rust-lang.org/nightly/unstable-book/language-features/plugin.html)
52+
//! of the Unstable Book for more examples.
5253
5354
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
5455

0 commit comments

Comments
 (0)