From 46ae5d116ad5d0c0cc536dcc821d7344fb9dea88 Mon Sep 17 00:00:00 2001 From: Tom Stuart Date: Wed, 26 Jul 2023 09:10:57 +0100 Subject: [PATCH] Fix broken link to WASI API documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This file was moved in WebAssembly/WASI#510. Arguably its modern replacement is `Proposals.md` [0] but that’s a different document; for now, I’m just trying to keep the existing link working. [0] https://github.com/WebAssembly/WASI/blob/main/Proposals.md --- docs/WASI-documents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/WASI-documents.md b/docs/WASI-documents.md index 3cc8051af49a..5734cb92b060 100644 --- a/docs/WASI-documents.md +++ b/docs/WASI-documents.md @@ -5,7 +5,7 @@ To get started using WASI, see [the intro document](WASI-intro.md) and For more detail on what WASI is, see [the overview](WASI-overview.md). -For specifics on the API, see the [API documentation](https://github.com/WebAssembly/WASI/blob/master/phases/snapshot/docs.md). +For specifics on the API, see the [API documentation](https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md). Additionally, a C header file describing the WASI API is [here](https://github.com/WebAssembly/wasi-libc/blob/master/libc-bottom-half/headers/public/wasi/api.h).