From 1630a7006ba1a5fbde954f41b73d8698041afce5 Mon Sep 17 00:00:00 2001 From: rektide Date: Thu, 29 May 2025 17:35:13 +0000 Subject: [PATCH] Fix broken wasi.dev link In `introduction.md`, there is a link to www.wasi.dev, but there is no corresponding domain name for that address. Update the link to point to `https://wasi.dev` instead, which succeeds. --- component-model/src/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component-model/src/introduction.md b/component-model/src/introduction.md index c840f67a..8d0546e6 100644 --- a/component-model/src/introduction.md +++ b/component-model/src/introduction.md @@ -37,7 +37,7 @@ The WebAssembly Component Model is a broad-reaching architecture for building in [WASI 0.2.0 was released](https://github.com/WebAssembly/WASI/pull/577) Jan 25, 2024, providing a stable release of WASI and the component model. This [is a stable set of WIT definitions](https://github.com/WebAssembly/WASI/tree/main/wasip2) that components can target. WASI proposals will -continue to evolve and new ones will be introduced; however, users of the component model can now pin to any stable release >= `v0.2.0`. See [WASI.dev](https://www.wasi.dev) to stay up to date on the latest releases. +continue to evolve and new ones will be introduced; however, users of the component model can now pin to any stable release >= `v0.2.0`. See [WASI.dev](https://wasi.dev) to stay up to date on the latest releases. ## Contributing