From 379d17485593039ae0e37a2a96f909c52fe9558b Mon Sep 17 00:00:00 2001 From: James Yang <26634873@qq.com> Date: Sun, 5 Nov 2023 12:46:41 +0800 Subject: [PATCH] fix: broken links --- wasm-wasi-core/README.md | 2 +- wasm-wasi/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wasm-wasi-core/README.md b/wasm-wasi-core/README.md index c1d5f723..0c18142a 100644 --- a/wasm-wasi-core/README.md +++ b/wasm-wasi-core/README.md @@ -15,7 +15,7 @@ There is also an additional npm module `@vscode/wasm-wasi` that eases the API ac ## Example -The source code of the example can be found [here](https://github.com/microsoft/vscode-wasi/blob/dbaeumer/expected-baboon-red/wasm-wasi/example/package.json) +The source code of the example can be found [here](https://github.com/microsoft/vscode-wasm/blob/main/wasm-wasi/example/package.json) First we need to define a `package.json` for the extension that wants to execute a WASM process: diff --git a/wasm-wasi/README.md b/wasm-wasi/README.md index 837a8c88..4998c3b7 100644 --- a/wasm-wasi/README.md +++ b/wasm-wasi/README.md @@ -12,7 +12,7 @@ With release version `0.11.0` the implementation details of the WASM support for ## Example -The source code of the example can be found [here](https://github.com/microsoft/vscode-wasi/blob/dbaeumer/expected-baboon-red/wasm-wasi/example/package.json) +The source code of the example can be found [here](https://github.com/microsoft/vscode-wasm/blob/main/wasm-wasi/example/package.json) First we need to define a `package.json` for the extension that wants to execute a WASM process: