Skip to content

Commit c37f245

Browse files
committed
Update URLs for things that have moved.
1 parent 1d4b704 commit c37f245

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/WASI-documents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ To get started using WASI, see [the intro document](WASI-intro.md) and
55

66
For more detail on what WASI is, see [the overview](WASI-overview.md).
77

8-
For specifics on the API, see the [API documentation](https://github.com/CraneStation/wasmtime-wasi/blob/wasi/docs/WASI-api.md).
8+
For specifics on the API, see the [API documentation](https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-api.md).
99
Additionally, a C header file describing the WASI API is
10-
[here](https://github.com/CraneStation/reference-sysroot-wasi/blob/misc/libc-bottom-half/headers/public/wasi/core.h).
10+
[here](https://github.com/CraneStation/wasi-sysroot/blob/wasi/libc-bottom-half/headers/public/wasi/core.h).
1111

1212
For some discussion of capability-based design, see the [Capabilities document](WASI-capabilities.md).
1313

docs/WASI-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ or `cargo run --bin wasmtime foo.wasm`.
7575

7676
The polyfill is online [here](https://wasi.dev/polyfill/).
7777

78-
The source is [here](https://github.com/CraneStation/wasmtime-wasi/tree/wasi/lib/wasi/sandboxed-system-primitives/polyfill).
78+
The source is [here](https://github.com/CraneStation/wasmtime/tree/master/wasmtime-wasi/js-polyfill).
7979

8080
## Where can I learn more?
8181

0 commit comments

Comments
 (0)