]> git.lizzy.rs Git - rust.git/commitdiff
README: Fix missing link
authorTimo <timorcb@gmail.com>
Sun, 31 Mar 2019 18:52:57 +0000 (14:52 -0400)
committerGitHub <noreply@github.com>
Sun, 31 Mar 2019 18:52:57 +0000 (14:52 -0400)
Thanks for your patience :man_facepalming:

README.md

index a366e433b0f39cbef5186db86f98bffb32962569..495d74dcc41ac2073930b37c2a476b691b247a76 100644 (file)
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ Install Miri via `rustup`:
 rustup component add miri
 ```
 
-If `rustup` says the `miri` component is unavailable, that's because not all nightly releases come with all tools. Check out this website to determine a nightly version that comes with Miri and install that, e.g. using `rustup install nightly-2019-03-28`.
+If `rustup` says the `miri` component is unavailable, that's because not all nightly releases come with all tools. Check out [this website](https://rust-lang.github.io/rustup-components-history) to determine a nightly version that comes with Miri and install that, e.g. using `rustup install nightly-2019-03-28`.
 
 Now you can run your project in Miri: