mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-08 17:01:32 +02:00
Update the link to the first dining philosophers exercise (#2153)
The current one leads to the same page. https://google.github.io/comprehensive-rust/concurrency/async-exercises/dining-philosophers.html
This commit is contained in:
parent
2641370f34
commit
31d1182831
@ -4,8 +4,8 @@ minutes: 20
|
||||
|
||||
# Dining Philosophers --- Async
|
||||
|
||||
See [dining philosophers](dining-philosophers.md) for a description of the
|
||||
problem.
|
||||
See [dining philosophers](concurrency/sync-exercises/dining-philosophers.md) for
|
||||
a description of the problem.
|
||||
|
||||
As before, you will need a local
|
||||
[Cargo installation](../../cargo/running-locally.md) for this exercise. Copy the
|
||||
|
Loading…
Reference in New Issue
Block a user