summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorGravatar Risan Bagja Pradana <risanbagja@gmail.com> 2021-09-30 01:08:40 +0700
committerGravatar GitHub <noreply@github.com> 2021-09-29 14:08:40 -0400
commit34ad6598eefdb023ebd94120380368cf8b00cfa9 (patch)
tree24e9dd81344dac40f8492e1e8aaa9103f2788554 /docs/src
parent367ebd3d9f7af337e92a12975cdaf1054809d127 (diff)
downloadastro-34ad6598eefdb023ebd94120380368cf8b00cfa9.tar.gz
astro-34ad6598eefdb023ebd94120380368cf8b00cfa9.tar.zst
astro-34ad6598eefdb023ebd94120380368cf8b00cfa9.zip
Fix URL to "starter templates" link (#1455)
The `starter templates` link on [Installation](https://docs.astro.build/installation#create-astro) page is currently pointed at 404 page: https://docs.astro.build/examples. This fix, simply replace the URL with: https://github.com/snowpackjs/astro/tree/main/examples
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/pages/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/installation.md b/docs/src/pages/installation.md
index ebef3d695..3d97a7e88 100644
--- a/docs/src/pages/installation.md
+++ b/docs/src/pages/installation.md
@@ -25,7 +25,7 @@ npm init astro
yarn create astro
```
-[`create-astro`](https://github.com/snowpackjs/astro/tree/main/packages/create-astro) wizard lets you choose from a set of [starter templates](/examples) or alternatively, you could import your own Astro project directly from GitHub.
+[`create-astro`](https://github.com/snowpackjs/astro/tree/main/packages/create-astro) wizard lets you choose from a set of [starter templates](https://github.com/snowpackjs/astro/tree/main/examples) or alternatively, you could import your own Astro project directly from GitHub.
```bash
# Note: Replace "my-astro-project" with the name of your project.