diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pages/quick-start.md | 2 |
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"`. |