diff options
author | 2021-11-23 12:47:24 -0400 | |
---|---|---|
committer | 2021-11-23 09:47:24 -0700 | |
commit | 0fb56bcabf92c23011ae23c32fe9ad33dd3153d9 (patch) | |
tree | 9cfaf66492ee285464f78d1db0c315a752b5c408 /docs/src | |
parent | 4cec1256a44d160fa019471b751aa9a829ee6c9f (diff) | |
download | astro-0fb56bcabf92c23011ae23c32fe9ad33dd3153d9.tar.gz astro-0fb56bcabf92c23011ae23c32fe9ad33dd3153d9.tar.zst astro-0fb56bcabf92c23011ae23c32fe9ad33dd3153d9.zip |
Fix broken "Routing guide" link (#1991)
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 5b7030720..acd49949f 100644 --- a/docs/src/pages/quick-start.md +++ b/docs/src/pages/quick-start.md @@ -74,4 +74,4 @@ We recommend that you to take some time to get more familiar with the way Astro 📚 Learn more about Astro's component syntax in our [Astro Components guide.](/core-concepts/astro-components) -📚 Learn more about Astro's file-based routing in our [Routing guide.](core-concepts/astro-pages) +📚 Learn more about Astro's file-based routing in our [Routing guide.](/core-concepts/astro-pages) |