Skip to content

Commit bc96a2a

Browse files
committed
Adjust section titles in the user guide
I found `package-managers` ambiguous since it could mean installing `rustup` using a package manager, or installing `rustup` while already using externally-managed `rust` toolchains. Hopefully this change will make that ambiguity disappear.
1 parent 0ab89bd commit bc96a2a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

doc/user-guide/book.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ title = "The rustup book"
66
edit-url-template = "https://github.com/rust-lang/rustup/edit/master/doc/user-guide/{path}"
77
git-repository-url = "https://github.com/rust-lang/rustup/tree/master/doc/user-guide"
88
site-url = "https://rust-lang.github.io/rustup/"
9+
10+
[output.html.redirect]
11+
"/installation/package-managers.html" = "already-installed-rust.html"

doc/user-guide/src/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
[Introduction](index.md)
44
- [Installation](installation/index.md)
55
- [Windows](installation/windows.md)
6-
- [MSVC Prerequistes](installation/windows-msvc.md)
6+
- [MSVC prerequisites](installation/windows-msvc.md)
77
- [Other installation methods](installation/other.md)
8-
- [Package managers](installation/package-managers.md)
8+
- [Already installed Rust?](installation/already-installed-rust.md)
99
- [Concepts](concepts/index.md)
1010
- [Channels](concepts/channels.md)
1111
- [Toolchains](concepts/toolchains.md)

doc/user-guide/src/installation/package-managers.md renamed to doc/user-guide/src/installation/already-installed-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Package managers
1+
# Already installed Rust?
22

33
Several Linux distributions package Rust, and you may wish to use the packaged
44
toolchain, such as for distribution package development. You may also wish to

0 commit comments

Comments
 (0)