@@ -161,10 +161,10 @@ it can be found [here][rctd].
161
161
162
162
Currently building Rust will also build the following external projects:
163
163
164
- * [ clippy] ( https://github.com/rust-lang-nursery /rust-clippy )
164
+ * [ clippy] ( https://github.com/rust-lang/rust-clippy )
165
165
* [ 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/ )
166
+ * [ rustfmt] ( https://github.com/rust-lang/rustfmt )
167
+ * [ rls] ( https://github.com/rust-lang/rls/ )
168
168
169
169
We allow breakage of these tools in the nightly channel. Maintainers of these
170
170
projects will be notified of the breakages and should fix them as soon as
@@ -191,9 +191,9 @@ before the PR is merged.
191
191
192
192
Rust's build system builds a number of tools that make use of the
193
193
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
197
197
break because of your changes, you may run into a sort of "chicken and egg"
198
198
problem. These tools rely on the latest compiler to be built so you can't update
199
199
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.
253
253
254
254
* (This error may change in the future to include more information.)*
255
255
```
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`
257
257
258
258
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
260
260
failed to run: ~/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path ~/rust/src/bootstrap/Cargo.toml
261
261
```
262
262
0 commit comments