You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-26 10:41:01 +02:00
Fix a broken link and check internal links (#2195)
In #2153 I aimed to fix a link but broke it. In this PR, I fix it and add [`mdbook-linkcheck`](https://github.com/Michael-F-Bryan/mdbook-linkcheck) to avoid future cases. Some past fixes that could have been prevented, in addition to mine in this PR: * #811 * #2064 * #2146 Note: `mdbook-linkcheck` may also check external links with a configuration change. It can be beneficial to check also external links from time to time. I ran it here and found 3 broken links. Maintainers - sorry for the lack of a preceding issue. We can discuss it here. Some remaining work is to fix the outdated internal links in the translations, not done here. Let me know what you think about the proposed contribution. This PR completes #1502.
This commit is contained in:
@ -56,8 +56,8 @@ Everybody will need to install a number of packages as described on the
|
||||
|
||||
### Concurrency in Rust
|
||||
|
||||
The [Concurrency in Rust](../concurrency.md) deep dive is a full day class on
|
||||
classical as well as `async`/`await` concurrency.
|
||||
The [Concurrency in Rust](../concurrency/welcome.md) deep dive is a full day
|
||||
class on classical as well as `async`/`await` concurrency.
|
||||
|
||||
You will need a fresh crate set up and the dependencies downloaded and ready to
|
||||
go. You can then copy/paste the examples into `src/main.rs` to experiment with
|
||||
|
@ -6,7 +6,7 @@ volunteers:
|
||||
- [Brazilian Portuguese][pt-BR] by [@rastringer], [@hugojacob],
|
||||
[@joaovicmendes], and [@henrif75].
|
||||
- [Chinese (Simplified)][zh-CN] by [@suetfei], [@wnghl], [@anlunx], [@kongy],
|
||||
[@noahdragon], [@superwhd], [@SketchK], and [@nodmp].
|
||||
[@noahdragon], [@superwhd], @SketchK, and [@nodmp].
|
||||
- [Chinese (Traditional)][zh-TW] by [@hueich], [@victorhsieh], [@mingyc],
|
||||
[@kuanhungchen], and [@johnathan79717].
|
||||
- [Japanese][ja] by [@CoinEZ-JPN], [@momotaro1105], [@HidenoriKobayashi] and
|
||||
@ -76,7 +76,6 @@ get going. Translations are coordinated on the [issue tracker].
|
||||
[@rastringer]: https://github.com/rastringer
|
||||
[@reta]: https://github.com/reta
|
||||
[@ronaldfw]: https://github.com/ronaldfw
|
||||
[@SketchK]: https://github.com/SketchK
|
||||
[@suetfei]: https://github.com/suetfei
|
||||
[@superwhd]: https://github.com/superwhd
|
||||
[@Throvn]: https://github.com/Throvn
|
||||
|
Reference in New Issue
Block a user