mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2025-02-16 12:18:27 +00:00
Fix internal link in concurrency/thread/crossbeam-spsc.md
Currently, it results in linking to https://rust-lang-nursery.github.io/rust-cookbook/concurrency/concurrency/threads.html which is a 404.
This commit is contained in:
parent
752b035c1a
commit
3b63b74d44
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ fn main() {
|
|||
```
|
||||
|
||||
[crossbeam-channel]: https://docs.rs/crate/crossbeam-channel/
|
||||
[ex-crossbeam-spawn]: concurrency/threads.html#spawn-a-short-lived-thread
|
||||
[ex-crossbeam-spawn]: #spawn-a-short-lived-thread
|
||||
[`crossbeam::scope`]: https://docs.rs/crossbeam/*/crossbeam/fn.scope.html
|
||||
[`Scope::spawn`]: https://docs.rs/crossbeam/*/crossbeam/thread/struct.Scope.html#method.spawn
|
||||
[`crossbeam_channel::unbounded`]: https://docs.rs/crossbeam-channel/*/crossbeam_channel/fn.unbounded.html
|
||||
|
|
Loading…
Add table
Reference in a new issue