Skip to content

Commit 577b0b9

Browse files
authored
Rollup merge of rust-lang#60131 - agnxy:doc-link, r=ehuss
Fix broken link in rustc_plugin doc fix rust-lang#57489 r? @steveklabnik
2 parents c6b1698 + f77b602 commit 577b0b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/librustc_plugin/lib.rs

Lines changed: 3 additions & 2 deletions
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)