diff --git a/docs/WASI-intro.md b/docs/WASI-intro.md index 8e2507dbdb14..3580e3cccc61 100644 --- a/docs/WASI-intro.md +++ b/docs/WASI-intro.md @@ -27,12 +27,12 @@ toolchains will be able to implement WASI as well! ### Rust To install a WASI-enabled Rust toolchain, see the [online section of the -guide](https://bytecodealliance.github.io/wasmtime/wasm-rust.html) +guide](https://bytecodealliance.github.io/wasmtime/examples-rust-embed.html) ### C/C++ To install a WASI-enabled C/C++ toolchain, see the [online section of the -guide](https://bytecodealliance.github.io/wasmtime/wasm-c.html) +guide](https://bytecodealliance.github.io/wasmtime/examples-c-embed.html) ## How can I run programs that use WASI?