replace misleading name (#1401)
This commit is contained in:
parent
dca7b1b9c1
commit
2802da7b37
|
|
@ -12,7 +12,7 @@
|
||||||
- [Prerequisites](./building/prerequisites.md)
|
- [Prerequisites](./building/prerequisites.md)
|
||||||
- [Suggested Workflows](./building/suggested.md)
|
- [Suggested Workflows](./building/suggested.md)
|
||||||
- [Distribution artifacts](./building/build-install-distribution-artifacts.md)
|
- [Distribution artifacts](./building/build-install-distribution-artifacts.md)
|
||||||
- [Documenting Compiler](./building/compiler-documenting.md)
|
- [Building Documentation](./building/compiler-documenting.md)
|
||||||
- [Rustdoc overview](./rustdoc.md)
|
- [Rustdoc overview](./rustdoc.md)
|
||||||
- [Adding a new target](./building/new-target.md)
|
- [Adding a new target](./building/new-target.md)
|
||||||
- [Testing the compiler](./tests/intro.md)
|
- [Testing the compiler](./tests/intro.md)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Documenting rustc
|
# Building documentation
|
||||||
|
|
||||||
You might want to build documentation of the various components
|
You might want to build documentation of the various components
|
||||||
available like the standard library. There’s two ways to go about this.
|
available like the standard library. There’s two ways to go about this.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue