summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Diego Leme <contato@diegoleme.com.br> 2021-10-20 19:10:47 -0300
committerGravatar GitHub <noreply@github.com> 2021-10-20 16:10:47 -0600
commit08524613bb72cae3dede8c67c9ee63971914fb76 (patch)
tree0aa08d344af10fe6a0d3818451ed86a2e53a8f63
parent384bef3ebc04c49682831a30018dc5d55748cd78 (diff)
downloadastro-08524613bb72cae3dede8c67c9ee63971914fb76.tar.gz
astro-08524613bb72cae3dede8c67c9ee63971914fb76.tar.zst
astro-08524613bb72cae3dede8c67c9ee63971914fb76.zip
Fix relative link (#1613)
From: `https://docs.astro.build/quick-start/installation` To: `https://docs.astro.build/installation`
-rw-r--r--docs/src/pages/quick-start.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/quick-start.md b/docs/src/pages/quick-start.md
index c7a9678ce..ac10b7e70 100644
--- a/docs/src/pages/quick-start.md
+++ b/docs/src/pages/quick-start.md
@@ -24,7 +24,7 @@ npm run dev
npm run build
```
-To learn more about installing and using Astro for the first time, please [read our installation guide.](installation)
+To learn more about installing and using Astro for the first time, please [read our installation guide.](/installation)
If you prefer to learn by example, check out our [complete library of examples](https://github.com/snowpackjs/astro/tree/main/examples) on GitHub. You can check out any of these examples locally by running `npm init astro -- --template "EXAMPLE_NAME"`.