Closed
Description
The documentation of rustc_plugin links to the plugin feature in the unstable book, but that link is broken.
It points to:
https://doc.rust-lang.org/nightly/nightly-rustc/unstable-book/language-features/plugin.html
While the correct link would be:
https://doc.rust-lang.org/nightly/unstable-book/language-features/plugin.html
In the source, the link is relative:
../unstable-book/language-features/plugin.html
I'd be interested in fixing this, but I don't know whether a relative or absolute link is better in this situation.