Skip to content

Commit 5f7b375

Browse files
authored
Merge pull request #1874 from kennytm/patch-1
Link to rustup-components-history instead on missing component
2 parents ae66d15 + 2f9c0c9 commit 5f7b375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/errors.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use url::Url;
99

1010
pub const TOOLSTATE_MSG: &str =
1111
"If you require these components, please install and use the latest successful build version,\n\
12-
which you can find at <https://rust-lang-nursery.github.io/rust-toolstate>.\n\nAfter determining \
12+
which you can find at <https://rust-lang.github.io/rustup-components-history>.\n\nAfter determining \
1313
the correct date, install it with a command such as:\n\n \
1414
rustup toolchain install nightly-2018-12-27\n\n\
1515
Then you can use the toolchain with commands such as:\n\n \

0 commit comments

Comments
 (0)