From 287b5ca72890f7c32d728d04bce986050ef970d7 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 8 Jan 2026 09:20:41 +0800 Subject: [PATCH] Fix Threads proposal URL --- features.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.json b/features.json index 56ca40f..898af69 100644 --- a/features.json +++ b/features.json @@ -218,7 +218,7 @@ }, "threads": { "description": "Threads", - "url": "https://github.com/WebAssembly/threads/blob/master/proposals/threads/Overview.md", + "url": "https://github.com/WebAssembly/threads/blob/main-legacy/proposals/threads/Overview.md", "phase": 4 }, "typeImports": {