From 578fed954d404377fadb4a7bc054e467df0c6b1c Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Fri, 21 Mar 2025 13:10:28 +0000 Subject: [PATCH] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5662adf..33f20b6 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ required for special handling async code in such cases. This proposal introduces APIs to propagate a value through asynchronous code, such as a promise continuation or async callbacks. -Compared to the [Prior Arts](#prior-arts), this proposal identifies the +Compared to the [Prior Arts][prior-arts.md], this proposal identifies the following features as non-goals: 1. Async tasks scheduling and interception.