From b1962d960cfdbeb5068965ea15e32d4c69dc0afb Mon Sep 17 00:00:00 2001 From: Dewi <61161436+DewiTheCat@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:40:25 +0200 Subject: [PATCH] hotfix: link in chapter 17-06 went to localhost:3000 instead of the correct domain name --- src/ch17-06-futures-tasks-threads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch17-06-futures-tasks-threads.md b/src/ch17-06-futures-tasks-threads.md index b78902a38..a2d801c0f 100644 --- a/src/ch17-06-futures-tasks-threads.md +++ b/src/ch17-06-futures-tasks-threads.md @@ -99,7 +99,7 @@ Next, we’ll talk about idiomatic ways to model problems and structure solution as your Rust programs get bigger. In addition, we’ll discuss how Rust’s idioms relate to those you might be familiar with from object-oriented programming. -[ch16]: http://localhost:3000/ch16-00-concurrency.html +[ch16]: ch16-00-concurrency.html [combining-futures]: ch17-03-more-futures.html#building-our-own-async-abstractions [streams]: ch17-04-streams.html#composing-streams [ch21]: ch21-00-final-project-a-web-server.html