diff --git a/docs/contribute/source/build_from_src.md b/docs/contribute/source/build_from_src.md index e66b56ea..ceaa3378 100644 --- a/docs/contribute/source/build_from_src.md +++ b/docs/contribute/source/build_from_src.md @@ -19,7 +19,7 @@ Please follow this guide to build and test WasmEdge from the source code. :::note -If you just want the latest builds from the `HEAD` of the `master` branch, and do not want to build it yourself, you can download the release package directly from our Github Action's CI artifact. [Here is an example](https://github.com/WasmEdge/WasmEdge/actions/runs/1521549504#artifacts). +If you just want the latest builds from the `HEAD` of the `master` branch, and do not want to build it yourself, you can download the release package directly from our Github Action's CI artifact. [Here is an example](https://github.com/WasmEdge/WasmEdge/actions/workflows/release.yml). ::: ## What Will Be Built diff --git a/docs/start/install.md b/docs/start/install.md index 3d6041fe..39238749 100644 --- a/docs/start/install.md +++ b/docs/start/install.md @@ -46,7 +46,7 @@ VERSION={{ wasmedge_version }} curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- -v $VERSION ``` -Suppose you are interested in the latest builds from the `HEAD` of the `master` branch, which is basically WasmEdge's nightly builds. In that case, you can download the release package directly from our Github Action's CI artifact. [Here is an example](https://github.com/WasmEdge/WasmEdge/actions/runs/2969775464#artifacts). +Suppose you are interested in the latest builds from the `HEAD` of the `master` branch, which is basically WasmEdge's nightly builds. In that case, you can download the release package directly from our Github Action's CI artifact. [Here is an example](https://github.com/WasmEdge/WasmEdge/actions/workflows/release.yml). #### Install via Nix diff --git a/docs/start/wasmedge/extensions/proposals.md b/docs/start/wasmedge/extensions/proposals.md index ddf8c353..faeacc3b 100644 --- a/docs/start/wasmedge/extensions/proposals.md +++ b/docs/start/wasmedge/extensions/proposals.md @@ -54,7 +54,7 @@ The following proposals are under development and may be supported in the future ## WASI proposals -WasmEdge implements the following [WASI proposals](https://github.com/WebAssembly/WASI/blob/main/Proposals.md): +WasmEdge implements the following [WASI proposals](https://github.com/WebAssembly/WASI/blob/main/docs/Proposals.md): | Proposal | Platform: `Linux x86_64` | Platform: `Linux aarch64` | Platform: `x86_64 MacOS` | Platform: `MacOS arm64` | | --- | --- | --- | --- | --- | diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contribute/source/build_from_src.md b/i18n/zh/docusaurus-plugin-content-docs/current/contribute/source/build_from_src.md index e66b56ea..ceaa3378 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contribute/source/build_from_src.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contribute/source/build_from_src.md @@ -19,7 +19,7 @@ Please follow this guide to build and test WasmEdge from the source code. :::note -If you just want the latest builds from the `HEAD` of the `master` branch, and do not want to build it yourself, you can download the release package directly from our Github Action's CI artifact. [Here is an example](https://github.com/WasmEdge/WasmEdge/actions/runs/1521549504#artifacts). +If you just want the latest builds from the `HEAD` of the `master` branch, and do not want to build it yourself, you can download the release package directly from our Github Action's CI artifact. [Here is an example](https://github.com/WasmEdge/WasmEdge/actions/workflows/release.yml). ::: ## What Will Be Built diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/start/install.md b/i18n/zh/docusaurus-plugin-content-docs/current/start/install.md index 846f403d..8f35ec6a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/start/install.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/start/install.md @@ -46,7 +46,7 @@ VERSION={{ wasmedge_version }} curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- -v $VERSION ``` -如果你对 `master` 分支的 `HEAD` 构建感兴趣(这基本上是 WasmEdge 的每夜构建版本)。在这种情况下,可以直接从我们的 Github Action 的 CI artifact 下载发布包。[以下是一个示例链接](https://github.com/WasmEdge/WasmEdge/actions/runs/2969775464#artifacts)。 +如果你对 `master` 分支的 `HEAD` 构建感兴趣(这基本上是 WasmEdge 的每夜构建版本)。在这种情况下,可以直接从我们的 Github Action 的 CI artifact 下载发布包。[以下是一个示例链接](https://github.com/WasmEdge/WasmEdge/actions/workflows/release.yml)。 #### 带插件安装 WasmEdge diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/start/wasmedge/extensions/proposals.md b/i18n/zh/docusaurus-plugin-content-docs/current/start/wasmedge/extensions/proposals.md index 9a1f1ebe..aa576f21 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/start/wasmedge/extensions/proposals.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/start/wasmedge/extensions/proposals.md @@ -47,7 +47,7 @@ WasmEdge 支持以下 [WebAssembly 提案](https://github.com/WebAssembly/propos ## WASI 提案 -WasmEdge 实现了以下 [WASI 提案](https://github.com/WebAssembly/WASI/blob/main/Proposals.md): +WasmEdge 实现了以下 [WASI 提案](https://github.com/WebAssembly/WASI/blob/main/docs/Proposals.md): | 提案 | 平台支持 | | --- | --- |