hotfix: link in chapter 17-06 went to localhost:3000 instead of the correct domain name

This commit is contained in:
Dewi
2026-07-06 18:40:25 +02:00
committed by GitHub
parent 8cc0cb1389
commit b1962d960c

View File

@@ -99,7 +99,7 @@ Next, well talk about idiomatic ways to model problems and structure solution
as your Rust programs get bigger. In addition, well discuss how Rusts 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