From 87672f7059a084fb4691158d7ed2b6caf47a6557 Mon Sep 17 00:00:00 2001 From: Tristan de Cacqueray Date: Thu, 2 Mar 2023 13:22:33 +0000 Subject: [PATCH] doc: fix WASI-api link (#5912) --- docs/WASI-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/WASI-api.md b/docs/WASI-api.md index eb38ff9003..ba8a9eff67 100644 --- a/docs/WASI-api.md +++ b/docs/WASI-api.md @@ -4,4 +4,4 @@ Development of the WASI API has now moved to the WASI CG Subgroup; see the [github repository], including the [API documentation]. [github repository]: https://github.com/WebAssembly/WASI/ -[API documentation]: https://github.com/WebAssembly/WASI/blob/master/phases/snapshot/docs.md +[API documentation]: https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md