From 8024b763a58edf94d5b3de74b672c96cc13bf138 Mon Sep 17 00:00:00 2001 From: Francisco Gouveia Date: Wed, 1 Apr 2026 16:42:57 +0100 Subject: [PATCH] fix(docs): correct link to `no-self-update` feature --- doc/user-guide/src/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user-guide/src/basics.md b/doc/user-guide/src/basics.md index 89cb9ae115..47b2249920 100644 --- a/doc/user-guide/src/basics.md +++ b/doc/user-guide/src/basics.md @@ -30,7 +30,7 @@ info: downloading self-update ## Keeping `rustup` up to date -If your `rustup` was built with the [no-self-update feature](https://github.com/rust-lang/rustup/blob/HEAD/Cargo.toml#L25), it can not update +If your `rustup` was built with the [no-self-update feature](https://github.com/rust-lang/rustup/blob/HEAD/Cargo.toml#L29), it can not update itself. This is not the default, and only versions of `rustup` built with `--no-default-features`, or obtained from a third-party distributor who has disabled it (such as NixOS).