We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd42f24 commit 4867a8cCopy full SHA for 4867a8c
CONTRIBUTING.md
@@ -162,7 +162,7 @@ it can be found [here][rctd].
162
Currently building Rust will also build the following external projects:
163
164
* [clippy](https://github.com/rust-lang-nursery/rust-clippy)
165
-* [miri](https://github.com/solson/miri)
+* [miri](https://github.com/rust-lang/miri)
166
* [rustfmt](https://github.com/rust-lang-nursery/rustfmt)
167
* [rls](https://github.com/rust-lang-nursery/rls/)
168
src/tools/publish_toolstate.py
@@ -25,7 +25,7 @@
25
}
26
27
REPOS = {
28
- 'miri': 'https://github.com/solson/miri',
+ 'miri': 'https://github.com/rust-lang/miri',
29
'clippy-driver': 'https://github.com/rust-lang/rust-clippy',
30
'rls': 'https://github.com/rust-lang/rls',
31
'rustfmt': 'https://github.com/rust-lang/rustfmt',
0 commit comments