Skip to content

Commit 7d6c8ad

Browse files
authored
README: Fix missing link
Thanks for your patience 🤦‍♂️
1 parent d54f9dc commit 7d6c8ad

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
@@ -53,7 +53,7 @@ Install Miri via `rustup`:
5353
rustup component add miri
5454
```
5555

56-
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`.
56+
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`.
5757

5858
Now you can run your project in Miri:
5959

0 commit comments

Comments
 (0)