Skip to content

Commit 6883b29

Browse files
committed
docs: rust: point directly to the standalone installers
The Quick Start guide points to the Rust programming language front page when it mentions the possibility of using the standalone installers instead of `rustup`. This was done to have a hopefully stable link, but it is not too helpful: readers need to figure out how to reach the standalone installers from there. Thus point directly to the page (and anchor) with the table that contains the standalone installers (plus signing key etc.). If the link breaks in the future, we can always update it as needed. And anyway having the full link includes the domain and gives more information about where the old docs were in such a broken link case, which may help. Link: https://lore.kernel.org/linux-doc/CANiq72=gpzQyh1ExGbBWWNdgH-mTATdG5F600jKD1=NLLCn7wg@mail.gmail.com/ Reviewed-by: Vincenzo Palazzo <[email protected]> Link: https://lore.kernel.org/r/[email protected] [ Removed "install ``rustup``" ] Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 8f8d4be commit 6883b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/rust/quick-start.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ and run::
3838

3939
rustup override set $(scripts/min-tool-version.sh rustc)
4040

41-
Otherwise, fetch a standalone installer or install ``rustup`` from:
41+
Otherwise, fetch a standalone installer from:
4242

43-
https://www.rust-lang.org
43+
https://forge.rust-lang.org/infra/other-installation-methods.html#standalone
4444

4545

4646
Rust standard library source

0 commit comments

Comments
 (0)