From f13de3360d228a1ece310db3a3b290cf4ddebd1a Mon Sep 17 00:00:00 2001 From: Tomas Olvecky Date: Thu, 26 Sep 2024 16:59:23 +0200 Subject: [PATCH] Fix broken link in resources.md --- docs/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources.md b/docs/resources.md index 527656a..5d4c855 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -11,7 +11,7 @@ The following resources are helpful for those wishing to learn more about WASI a ## WASI 0.2 and the Component Model -* **[WASI 0.2 GitHub repository](https://github.com/WebAssembly/WASI/blob/main/preview2/README.md)** +* **[WASI 0.2 GitHub repository](https://github.com/WebAssembly/WASI/blob/main/wasip2/README.md)** * **[The Component Model GitHub repository](https://github.com/WebAssembly/component-model/tree/main)** * **[The WebAssembly Component Model documentation](https://component-model.bytecodealliance.org/)** * **[The WIT format](https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md)**