From ab2700a2e67f95790e7151f9f098ce2aa190a379 Mon Sep 17 00:00:00 2001 From: vrabe Date: Thu, 26 Feb 2026 19:17:45 +0800 Subject: [PATCH] i18n(zh-tw): update `contribute.mdx` --- src/content/docs/zh-tw/contribute.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/zh-tw/contribute.mdx b/src/content/docs/zh-tw/contribute.mdx index 338272c3f1bf2..01ba0c14f7297 100644 --- a/src/content/docs/zh-tw/contribute.mdx +++ b/src/content/docs/zh-tw/contribute.mdx @@ -27,7 +27,7 @@ import ContributorList from '~/components/ContributorList.astro' - [Astro 編譯器](https://github.com/withastro/compiler),由 Go 語言撰寫,以 WASM 形式發布。 -- Astro 的 [語言工具](https://github.com/withastro/language-tools),編輯 Astro 語言(`.astro` 檔案)所需的工具。 +- Astro 的 [語言工具](https://github.com/withastro/astro/tree/main/packages/language-tools),編輯 Astro 語言(`.astro` 檔案)所需的工具。 - [Starlight](https://github.com/withastro/starlight),Astro 的官方文件框架。