summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorGravatar Sebastian Gorton Kalvik <sebastian.kalvik@gmail.com> 2021-10-12 19:30:51 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-12 13:30:51 -0400
commitf58ec6fe161e5e27ed35640631b665fc95d72f5b (patch)
treeb9c5a42fdba64ba3f044a9957ab7879f0ddfa9f8 /docs/src
parent5ac51bae3ab4ab2c94c63e49c31e9591bfb80a53 (diff)
downloadastro-f58ec6fe161e5e27ed35640631b665fc95d72f5b.tar.gz
astro-f58ec6fe161e5e27ed35640631b665fc95d72f5b.tar.zst
astro-f58ec6fe161e5e27ed35640631b665fc95d72f5b.zip
Fix broken link to quick-start guide (#1534)
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/pages/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/getting-started.md b/docs/src/pages/getting-started.md
index 9753d90cb..5e2df9ea1 100644
--- a/docs/src/pages/getting-started.md
+++ b/docs/src/pages/getting-started.md
@@ -9,7 +9,7 @@ Astro is a modern static site builder. Learn what Astro is all about from [our h
The easiest way to try Astro is to run `npm init astro` in a new directory on your machine. Our CLI wizard will assist you in starting a new Astro project.
-To get started with Astro in 5 quick and easy steps, visit our [Quick-Start guide](quick-start).
+To get started with Astro in 5 quick and easy steps, visit our [Quick-Start guide](/quick-start).
Alternatively, read our [Installation Guide](/installation) for a full walk-through on getting set up with Astro.