Skip to content

Commit fa1d56b

Browse files
committed
fix links
1 parent 433d0d9 commit fa1d56b

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

src/contributing.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -306,14 +306,17 @@ Caused by:
306306
failed to run: ~/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path ~/rust/src/bootstrap/Cargo.toml
307307
```
308308

309-
If you haven't used the `[patch]`
310-
section of `Cargo.toml` before, there is [some relevant documentation about it
311-
in the cargo docs](http://doc.crates.io/manifest.html#the-patch-section). In
312-
addition to that, you should read the
313-
[Overriding dependencies](http://doc.crates.io/specifying-dependencies.html#overriding-dependencies)
314-
section of the documentation as well.
315-
316-
Specifically, the following [section in Overriding dependencies](http://doc.crates.io/specifying-dependencies.html#testing-a-bugfix) reveals what the problem is:
309+
The [`[patch]`][patchsec] section of `Cargo.toml` can be very useful for
310+
testing. In addition to that, you should read the [Overriding
311+
dependencies][overriding] section of the documentation.
312+
313+
[patchsec]: http://doc.crates.io/manifest.html#the-patch-section
314+
[overriding]: http://doc.crates.io/specifying-dependencies.html#overriding-dependencies
315+
316+
Specifically, the following [section in Overriding dependencies][testingbugfix]
317+
reveals what the problem is:
318+
319+
[testingbugfix]: http://doc.crates.io/specifying-dependencies.html#testing-a-bugfix
317320

318321
> Next up we need to ensure that our lock file is updated to use this new
319322
> version of uuid so our project uses the locally checked out copy instead of

0 commit comments

Comments
 (0)