Skip to content

Commit 40d40a3

Browse files
authored
Rollup merge of #58621 - phansch:update_miri_links, r=oli-obk
Update miri links Miri has been moved to `rust-lang` a couple of days ago.
2 parents a2a2b7b + 36f6652 commit 40d40a3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CONTRIBUTING.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ it can be found [here][rctd].
161161

162162
Currently building Rust will also build the following external projects:
163163

164-
* [clippy](https://github.com/rust-lang-nursery/rust-clippy)
165-
* [miri](https://github.com/solson/miri)
166-
* [rustfmt](https://github.com/rust-lang-nursery/rustfmt)
167-
* [rls](https://github.com/rust-lang-nursery/rls/)
164+
* [clippy](https://github.com/rust-lang/rust-clippy)
165+
* [miri](https://github.com/rust-lang/miri)
166+
* [rustfmt](https://github.com/rust-lang/rustfmt)
167+
* [rls](https://github.com/rust-lang/rls/)
168168

169169
We allow breakage of these tools in the nightly channel. Maintainers of these
170170
projects will be notified of the breakages and should fix them as soon as
@@ -191,9 +191,9 @@ before the PR is merged.
191191

192192
Rust's build system builds a number of tools that make use of the
193193
internals of the compiler. This includes
194-
[Clippy](https://github.com/rust-lang-nursery/rust-clippy),
195-
[RLS](https://github.com/rust-lang-nursery/rls) and
196-
[rustfmt](https://github.com/rust-lang-nursery/rustfmt). If these tools
194+
[Clippy](https://github.com/rust-lang/rust-clippy),
195+
[RLS](https://github.com/rust-lang/rls) and
196+
[rustfmt](https://github.com/rust-lang/rustfmt). If these tools
197197
break because of your changes, you may run into a sort of "chicken and egg"
198198
problem. These tools rely on the latest compiler to be built so you can't update
199199
them to reflect your changes to the compiler until those changes are merged into
@@ -253,10 +253,10 @@ to complete a few more steps which are outlined with their rationale below.
253253

254254
*(This error may change in the future to include more information.)*
255255
```
256-
error: failed to resolve patches for `https://github.com/rust-lang-nursery/rustfmt`
256+
error: failed to resolve patches for `https://github.com/rust-lang/rustfmt`
257257
258258
Caused by:
259-
patch for `rustfmt-nightly` in `https://github.com/rust-lang-nursery/rustfmt` did not resolve to any crates
259+
patch for `rustfmt-nightly` in `https://github.com/rust-lang/rustfmt` did not resolve to any crates
260260
failed to run: ~/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path ~/rust/src/bootstrap/Cargo.toml
261261
```
262262

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)