Skip to content

Commit 32b5a19

Browse files
authored
Update broken "channels" link (#2146)
Stumbled upon another broken link. Courtesy fix 🫡
1 parent a89a4d7 commit 32b5a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/concurrency/async-control-flow/channels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async fn main() {
3939
- Change the channel size to `3` and see how it affects the execution.
4040

4141
- Overall, the interface is similar to the `sync` channels as seen in the
42-
[morning class](concurrency/channels.md).
42+
[morning class](../channels.md).
4343

4444
- Try removing the `std::mem::drop` call. What happens? Why?
4545

0 commit comments

Comments
 (0)