mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +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:
|
||||
|
||||
* [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/)
|
||||
|
||||
|
@ -25,7 +25,7 @@ MAINTAINERS = {
|
||||
}
|
||||
|
||||
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',
|
||||
|
Loading…
Reference in New Issue
Block a user