Skip to content

Commit 4867a8c

Browse files
committed
Update miri links
Miri has been moved to `rust-lang` a couple of days ago.
1 parent fd42f24 commit 4867a8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ it can be found [here][rctd].
162162
Currently building Rust will also build the following external projects:
163163

164164
* [clippy](https://github.com/rust-lang-nursery/rust-clippy)
165-
* [miri](https://github.com/solson/miri)
165+
* [miri](https://github.com/rust-lang/miri)
166166
* [rustfmt](https://github.com/rust-lang-nursery/rustfmt)
167167
* [rls](https://github.com/rust-lang-nursery/rls/)
168168

src/tools/publish_toolstate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626

2727
REPOS = {
28-
'miri': 'https://github.com/solson/miri',
28+
'miri': 'https://github.com/rust-lang/miri',
2929
'clippy-driver': 'https://github.com/rust-lang/rust-clippy',
3030
'rls': 'https://github.com/rust-lang/rls',
3131
'rustfmt': 'https://github.com/rust-lang/rustfmt',

0 commit comments

Comments
 (0)