mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Update miri links
Miri has been moved to `rust-lang` a couple of days ago.
This commit is contained in:
parent
fd42f24b01
commit
4867a8c4fa
@ -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…
Reference in New Issue
Block a user