From e1ac8a2ba4c456ce1e999e96a6ce1bbc15f373f6 Mon Sep 17 00:00:00 2001 From: Norio Goda <101024379+noriov@users.noreply.github.com> Date: Sun, 10 May 2026 04:29:54 +0900 Subject: [PATCH] In the References section in section 27 "Structured Concurrency", two blog posts are listed. The URL of the second blog post "Tree-Structured Concurrency" seems to be changed from https://blog.yoshuawuyts.com/tree-structured-concurrency/ to https://blog.yoshuawuyts.com/tree-structured-concurrency/index --- src/part-reference/structured.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/part-reference/structured.md b/src/part-reference/structured.md index 9adfec5e..f5f9b5ab 100644 --- a/src/part-reference/structured.md +++ b/src/part-reference/structured.md @@ -150,4 +150,4 @@ Given how useful scoped threads are (both in general and for structured concurre If you're interested, here are some good blog posts for further reading: - [Structured Concurrency](https://www.250bpm.com/p/structured-concurrency) -- [Tree-structured concurrency](https://blog.yoshuawuyts.com/tree-structured-concurrency/) +- [Tree-structured concurrency](https://blog.yoshuawuyts.com/tree-structured-concurrency/index)