From 6a19390c62fc6bffc38e513a8eb2430637c878b9 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Tue, 21 Jan 2025 15:46:27 -0700 Subject: [PATCH] Ch. 17 (NoStarch edits): fix an internal link --- src/ch17-05-traits-for-async.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch17-05-traits-for-async.md b/src/ch17-05-traits-for-async.md index 8e6a61f21b..a0030ac149 100644 --- a/src/ch17-05-traits-for-async.md +++ b/src/ch17-05-traits-for-async.md @@ -479,7 +479,7 @@ That’s all we’re going to cover for the lower-level details on these traits. wrap up, let’s consider how futures (including streams), tasks, and threads all fit together! -[ch-18]: 00-oop.html +[ch-18]: ch18-00-oop.html [async-book]: https://rust-lang.github.io/async-book/ [under-the-hood]: https://rust-lang.github.io/async-book/02_execution/01_chapter.html [pinning]: https://rust-lang.github.io/async-book/04_pinning/01_chapter.html