Skip to content

Commit

Permalink
Fix broken link in rustc_plugin doc
Browse files Browse the repository at this point in the history
  • Loading branch information
agnxy committed Apr 20, 2019
1 parent 3750348 commit f77b602
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/librustc_plugin/lib.rs
Expand Up @@ -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/")]

Expand Down

0 comments on commit f77b602

Please sign in to comment.