From 05b9aaabfb23dc175f8f6ca60639d7109d6bacdd Mon Sep 17 00:00:00 2001 From: mrhapile Date: Mon, 19 Jan 2026 12:37:25 +0530 Subject: [PATCH 1/2] docs: fix broken link to Build WasmEdge from source Signed-off-by: mrhapile --- docs/contribute/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute/contribute.md b/docs/contribute/contribute.md index 23c26c86..8431b6ef 100644 --- a/docs/contribute/contribute.md +++ b/docs/contribute/contribute.md @@ -116,7 +116,7 @@ Our development environment requires `libLLVM-12` and `>=GLIBCXX_3.4.26`. If you use an operating system older than Ubuntu 20.04, please use our [special docker image] to build WasmEdge. If you are looking for the pre-built binaries for the older operating system, we also provide several pre-built binaries based on the `manylinux2014` distribution. -To build WasmEdge from the source, please refer to: [Build WasmEdge from source](/category/build-wasmedge-from-source). +To build WasmEdge from the source, please refer to: [Build WasmEdge from source](/docs/contribute/source/build_from_src). ## Commit Format From ac66a5256790d765d216f4042b715af57ba996fd Mon Sep 17 00:00:00 2001 From: mrhapile Date: Mon, 19 Jan 2026 12:38:09 +0530 Subject: [PATCH 2/2] docs: fix i18n Signed-off-by: mrhapile --- .../current/contribute/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/contribute/contribute.md b/i18n/zh/docusaurus-plugin-content-docs/current/contribute/contribute.md index 0770f571..fea27e3d 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/contribute/contribute.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/contribute/contribute.md @@ -116,7 +116,7 @@ Our development environment requires `libLLVM-12` and `>=GLIBCXX_3.4.26`. If you use an operating system older than Ubuntu 20.04, please use our [special docker image] to build WasmEdge. If you are looking for the pre-built binaries for the older operating system, we also provide several pre-built binaries based on the `manylinux2014` distribution. -To build WasmEdge from the source, please refer to: [Build WasmEdge from source](/category/build-wasmedge-from-source). +To build WasmEdge from the source, please refer to: [Build WasmEdge from source](/docs/contribute/source/build_from_src). ## Sign Your Commits