From 378c8b7a923d1c1d878bcc075a3745c6fe9281c8 Mon Sep 17 00:00:00 2001 From: Lambo Date: Tue, 3 Feb 2026 01:35:34 +0530 Subject: [PATCH 1/2] Fixes a broken link in docs/contribute/source/contribute.md Fixes a broken link in docs/contribute/source/contribute.md The previous link pointed to a generated category page: `/category/build-wasmedge-from-source` It has been replaced with a direct link to the actual document: `/contribute/source/build_from_src` A follow-up commit will update the zh locale for consistency. Signed-off-by: Lambo --- docs/contribute/contribute.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/contribute/contribute.md b/docs/contribute/contribute.md index 23c26c86..6fc0ad2e 100644 --- a/docs/contribute/contribute.md +++ b/docs/contribute/contribute.md @@ -116,7 +116,8 @@ 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](/contribute/source/build_from_src +). ## Commit Format From 944453dbbbab9c6b4c6d033e1bd320f585230676 Mon Sep 17 00:00:00 2001 From: Lambo Date: Tue, 3 Feb 2026 02:09:17 +0530 Subject: [PATCH 2/2] Fix broken link in zh contribute page Fixes a broken link in the zh contribute page. Replaced the category link: `/category/build-wasmedge-from-source` with a direct document link: `/contribute/source/build_from_src` This aligns the zh locale with the English version and should resolve the CI broken link error. Signed-off-by: Lambo --- .../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..a2818eae 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](/contribute/source/build_from_src). ## Sign Your Commits