diff options
author | 2022-05-31 11:11:49 -0300 | |
---|---|---|
committer | 2022-05-31 10:11:49 -0400 | |
commit | 842ed555d971c85c2b0cd36b29988bb524f96cc8 (patch) | |
tree | 66b5bac4c5056a1b70190094d6e72fd77623304e /examples/blog | |
parent | 0ead51ae9cb98be19e327d2f7caebaec06a8f4a6 (diff) | |
download | astro-842ed555d971c85c2b0cd36b29988bb524f96cc8.tar.gz astro-842ed555d971c85c2b0cd36b29988bb524f96cc8.tar.zst astro-842ed555d971c85c2b0cd36b29988bb524f96cc8.zip |
Correcting the link to docs on Just the Basics starter README (#3482)
* Correcting the link to docs on Just the Basics starter README
The link to documentation did not actually go to Docs. Now it does!
* fixing all other starter template READMEs with incorrect link to docs
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/README.md b/examples/blog/README.md index 3036b9a5a..f04b05529 100644 --- a/examples/blog/README.md +++ b/examples/blog/README.md @@ -51,4 +51,4 @@ All commands are run from the root of the project, from a terminal: ## 👀 Want to learn more? -Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). +Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat). |