Update miri links
Miri has been moved to `rust-lang` a couple of days ago.
This commit is contained in:
parent
fd42f24b01
commit
4867a8c4fa
2 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ it can be found [here][rctd].
|
||||||
Currently building Rust will also build the following external projects:
|
Currently building Rust will also build the following external projects:
|
||||||
|
|
||||||
* [clippy](https://github.com/rust-lang-nursery/rust-clippy)
|
* [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)
|
* [rustfmt](https://github.com/rust-lang-nursery/rustfmt)
|
||||||
* [rls](https://github.com/rust-lang-nursery/rls/)
|
* [rls](https://github.com/rust-lang-nursery/rls/)
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ MAINTAINERS = {
|
||||||
}
|
}
|
||||||
|
|
||||||
REPOS = {
|
REPOS = {
|
||||||
'miri': 'https://github.com/solson/miri',
|
'miri': 'https://github.com/rust-lang/miri',
|
||||||
'clippy-driver': 'https://github.com/rust-lang/rust-clippy',
|
'clippy-driver': 'https://github.com/rust-lang/rust-clippy',
|
||||||
'rls': 'https://github.com/rust-lang/rls',
|
'rls': 'https://github.com/rust-lang/rls',
|
||||||
'rustfmt': 'https://github.com/rust-lang/rustfmt',
|
'rustfmt': 'https://github.com/rust-lang/rustfmt',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue