Skip to content

Commit

Permalink
Update miri links
Browse files Browse the repository at this point in the history
Miri has been moved to `rust-lang` a couple of days ago.
  • Loading branch information
phansch committed Feb 21, 2019
1 parent fd42f24 commit 4867a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ it can be found [here][rctd].
Currently building Rust will also build the following external projects:

* [clippy](https://github.com/rust-lang-nursery/rust-clippy)
* [miri](https://github.com/solson/miri)
* [miri](https://github.com/rust-lang/miri)
* [rustfmt](https://github.com/rust-lang-nursery/rustfmt)
* [rls](https://github.com/rust-lang-nursery/rls/)

Expand Down
2 changes: 1 addition & 1 deletion src/tools/publish_toolstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

REPOS = {
'miri': 'https://github.com/solson/miri',
'miri': 'https://github.com/rust-lang/miri',
'clippy-driver': 'https://github.com/rust-lang/rust-clippy',
'rls': 'https://github.com/rust-lang/rls',
'rustfmt': 'https://github.com/rust-lang/rustfmt',
Expand Down

0 comments on commit 4867a8c

Please sign in to comment.