From 08524613bb72cae3dede8c67c9ee63971914fb76 Mon Sep 17 00:00:00 2001 From: Diego Leme Date: Wed, 20 Oct 2021 19:10:47 -0300 Subject: [PATCH] Fix relative link (#1613) From: `https://docs.astro.build/quick-start/installation` To: `https://docs.astro.build/installation` --- docs/src/pages/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`.