Fix broken link in rustc_plugin doc
This commit is contained in:
parent
3750348daf
commit
f77b602a78
1 changed files with 3 additions and 2 deletions
|
@ -47,8 +47,9 @@
|
||||||
//! #![plugin(myplugin)]
|
//! #![plugin(myplugin)]
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! See the [`plugin` feature](../unstable-book/language-features/plugin.html) of
|
//! See the [`plugin`
|
||||||
//! the Unstable Book for more examples.
|
//! 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/")]
|
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue