From d05561ff78b5558ce72bfbfe700a4059dfaab33e Mon Sep 17 00:00:00 2001 From: YAMAMOTO Yuji Date: Thu, 17 Oct 2019 18:21:44 +0900 Subject: [PATCH] Fix deadlink to WASI API header (#431) Fix documentation link to wasi-libc headers --- 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 8df028f503..f98649a482 100644 --- a/docs/WASI-documents.md +++ b/docs/WASI-documents.md @@ -7,7 +7,7 @@ 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/CraneStation/wasmtime/blob/master/docs/WASI-api.md). Additionally, a C header file describing the WASI API is -[here](https://github.com/CraneStation/wasi-libc/blob/wasi/libc-bottom-half/headers/public/wasi/core.h). +[here](https://github.com/CraneStation/wasi-libc/blob/master/libc-bottom-half/headers/public/wasi/core.h). The WASI libc repository is [wasi-libc](https://github.com/CraneStation/wasi-libc/).