diff options
author | 2022-05-31 11:11:49 -0300 | |
---|---|---|
committer | 2022-05-31 10:11:49 -0400 | |
commit | 842ed555d971c85c2b0cd36b29988bb524f96cc8 (patch) | |
tree | 66b5bac4c5056a1b70190094d6e72fd77623304e /examples/docs/README.md | |
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/docs/README.md')
-rw-r--r-- | examples/docs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/README.md b/examples/docs/README.md index 480073e53..bbaa492cd 100644 --- a/examples/docs/README.md +++ b/examples/docs/README.md @@ -32,7 +32,7 @@ To deploy your site to production, check out our [Deploy an Astro Website](https ## New to Astro? -Welcome! Check out [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). +Welcome! Check out [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat). ## Customize This Theme |