summaryrefslogtreecommitdiff
path: root/docs/src/pages/zh-TW/getting-started.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/pages/zh-TW/getting-started.md')
-rw-r--r--docs/src/pages/zh-TW/getting-started.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/src/pages/zh-TW/getting-started.md b/docs/src/pages/zh-TW/getting-started.md
index 52f9a9888..c01cce59a 100644
--- a/docs/src/pages/zh-TW/getting-started.md
+++ b/docs/src/pages/zh-TW/getting-started.md
@@ -16,7 +16,7 @@ Astro 是利用現代技術的靜態網站生成工具。可以從[首頁](https
### 示範專案
-比較喜歡從範例來學 Astro 的話,請看放在 Github 的[範例資源庫](https://github.com/snowpackjs/astro/tree/main/examples)。
+比較喜歡從範例來學 Astro 的話,請看放在 Github 的[範例資源庫](https://github.com/withastro/astro/tree/main/examples)。
這裡的範例都可以在本地端機器執行 `npm init astro` 並加上 CLI Flag: `--template`。
`--template` Flag 也支援第三方、社群的範本。
@@ -31,13 +31,13 @@ npm init astro -- --template [GITHUB_USER]/[REPO_NAME]/path/to/example
### 線上玩玩看
-有興趣在瀏覽器試玩 Astro 的話,可以在 Stackblitz、CodeSandbox、Gitpod 或 GitHub Codespaces 使用線上程式碼編輯器。點選[範例資源庫](https://github.com/snowpackjs/astro/tree/main/examples)裡任一個範例的 "Open in Stackblitz" 連結。或者,[點此](https://stackblitz.com/fork/astro)在 Stackblitz 開啟新專案。
+有興趣在瀏覽器試玩 Astro 的話,可以在 Stackblitz、CodeSandbox、Gitpod 或 GitHub Codespaces 使用線上程式碼編輯器。點選[範例資源庫](https://github.com/withastro/astro/tree/main/examples)裡任一個範例的 "Open in Stackblitz" 連結。或者,[點此](https://stackblitz.com/fork/astro)在 Stackblitz 開啟新專案。
## 學習 Astro
每個來到 Astro 的人來自不同背景,使得學習方式也不同。不管是喜歡更為理論,還是實際的方法,希望都可以覺得這部分很有用。
-- 如果喜歡**從做中學**,從[範例資源庫](https://github.com/snowpackjs/astro/tree/main/examples)開始。
+- 如果喜歡**從做中學**,從[範例資源庫](https://github.com/withastro/astro/tree/main/examples)開始。
- 如果喜歡**一步一步學習概念**,就從[基本概念與指南](/core-concepts/project-structure)開始。
就像任何還不熟悉的技術,Astro 會有一些學習曲線。只不過,只要練習和一些耐心,我們確信很快就會熟悉。
@@ -62,11 +62,11 @@ npm init astro -- --template [GITHUB_USER]/[REPO_NAME]/path/to/example
我們也會把釋出版本公告貼在 [Discord 社群](https://astro.build/chat) 的 #announcements 頻道。
-不是每個 Astro 釋出版本都會有一篇專屬的部落格貼文。然而,還是可以在 [Astro 的 Repository 裡的 `CHANGELOG.md` 檔案](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md),找到每個釋出版本的詳細變動記錄。
+不是每個 Astro 釋出版本都會有一篇專屬的部落格貼文。然而,還是可以在 [Astro 的 Repository 裡的 `CHANGELOG.md` 檔案](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md),找到每個釋出版本的詳細變動記錄。
## 還漏了什麼嗎?
-如果文件裡有東西沒寫到,或是覺得有些地方很難理解,請[開文件的 Issue](https://github.com/snowpackjs/astro/issues/new/choose),附上改進建議,或推文到推特帳號 [@astrodotbuild](https://twitter.com/astrodotbuild)。我們喜愛聽到回饋!
+如果文件裡有東西沒寫到,或是覺得有些地方很難理解,請[開文件的 Issue](https://github.com/withastro/astro/issues/new/choose),附上改進建議,或推文到推特帳號 [@astrodotbuild](https://twitter.com/astrodotbuild)。我們喜愛聽到回饋!
## 參考