Skip to content

Commit e1aac8e

Browse files
authored
fixed broken link (#11078)
1 parent 329ae91 commit e1aac8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples-rust-wasi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ execute the same WASIp2 component from the example above. This example requires
4444

4545
This does not require any change to the WASIp2 component, it's just the WASIp2 API host functions which are implemented to be async. See [wasmtime async support](https://docs.wasmtime.dev/api/wasmtime/struct.Config.html#method.async_support).
4646

47-
[code2]: https://github.com/bytecodealliance/wasmtime/blob/main/examples/wasi-async/main.rs
47+
[code2]: https://github.com/bytecodealliance/wasmtime/blob/main/examples/wasip2-async/main.rs
4848
[`wasmtime-wasi`]: https://docs.rs/wasmtime-wasi/*/wasmtime_wasi/preview2/index.html
4949

5050
```rust,ignore

0 commit comments

Comments
 (0)