Update compiler-src.md (#2102)
fix conflicting link names that lead to the "chapter link" leading to rustdoc's source code instead.
This commit is contained in:
parent
58b2b24c1d
commit
cd7464ce4b
|
|
@ -154,14 +154,14 @@ itself is [`src/tools/rustdoc`], which does nothing except call [`rustdoc::main`
|
||||||
There is also `JavaScript` and `CSS` for the docs in [`src/tools/rustdoc-js`]
|
There is also `JavaScript` and `CSS` for the docs in [`src/tools/rustdoc-js`]
|
||||||
and [`src/tools/rustdoc-themes`].
|
and [`src/tools/rustdoc-themes`].
|
||||||
|
|
||||||
You can read more about [`rustdoc`] in [this chapter][`rustdoc`].
|
You can read more about [`rustdoc`] in [this chapter][rustdoc-chapter].
|
||||||
|
|
||||||
[`librustdoc`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustdoc/index.html
|
[`librustdoc`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustdoc/index.html
|
||||||
[`rustdoc::main`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustdoc/fn.main.html
|
[`rustdoc::main`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustdoc/fn.main.html
|
||||||
[`src/tools/rustdoc-js`]: https://github.com/rust-lang/rust/tree/master/src/tools/rustdoc-js
|
[`src/tools/rustdoc-js`]: https://github.com/rust-lang/rust/tree/master/src/tools/rustdoc-js
|
||||||
[`src/tools/rustdoc-themes`]: https://github.com/rust-lang/rust/tree/master/src/tools/rustdoc-themes
|
[`src/tools/rustdoc-themes`]: https://github.com/rust-lang/rust/tree/master/src/tools/rustdoc-themes
|
||||||
[`src/tools/rustdoc`]: https://github.com/rust-lang/rust/tree/master/src/tools/rustdoc
|
[`src/tools/rustdoc`]: https://github.com/rust-lang/rust/tree/master/src/tools/rustdoc
|
||||||
[`rustdoc`]: ./rustdoc.md
|
[rustdoc-chapter]: ./rustdoc.md
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue