Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit c4b9091

Browse files
authored
Merge pull request #1445 from svenstaro/patch-1
Use new official link for the rustup components history
2 parents 05c03bd + 7307f71 commit c4b9091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ When such breakages occur the nightly release will be missing rls. This is a tra
6464
To mitigate the issues we have:
6565
* rustup will warn if the update is missing any components you currently have. This means you can no longer accidentally update to a no-rls release. Once rls is available again it'll update.
6666
* rls, clippy are available on the stable channel. Meaning most developers installing for the first time should use stable.
67-
* However, if you need latest nightly rls you can use https://mexus.github.io/rustup-components-history/ to find and install a dated nightly release ie `rustup install nightly-2018-12-06`.
67+
* However, if you need latest nightly rls you can use https://rust-lang.github.io/rustup-components-history/ to find and install a dated nightly release ie `rustup install nightly-2018-12-06`.
6868

6969
Also see [#641](https://github.com/rust-lang/rls/issues/641).
7070

0 commit comments

Comments
 (0)