From 3ae41a2c4221b94916e6174f0432345af5cf1995 Mon Sep 17 00:00:00 2001 From: Colin Eberhardt Date: Thu, 28 Mar 2019 06:34:46 +0000 Subject: [PATCH] docs: fixed broken link to polyfill --- docs/WASI-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/WASI-intro.md b/docs/WASI-intro.md index bdf6d632a5db..957d5cd1cc81 100644 --- a/docs/WASI-intro.md +++ b/docs/WASI-intro.md @@ -75,7 +75,7 @@ or `cargo run --bin wasmtime foo.wasm`. The polyfill is online [here](https://wasi.dev/polyfill/). -The source is [here](https://github.com/CraneStation/wasmtime-wasi/tree/wasi/lib/wasi/sandboxed-system-primitives/polyfill). +The source is [here](https://github.com/CraneStation/wasi/tree/master/wasi-polyfill). ## Where can I learn more?