diff options
author | 2022-05-31 11:11:49 -0300 | |
---|---|---|
committer | 2022-05-31 10:11:49 -0400 | |
commit | 842ed555d971c85c2b0cd36b29988bb524f96cc8 (patch) | |
tree | 66b5bac4c5056a1b70190094d6e72fd77623304e | |
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
-rw-r--r-- | examples/basics/README.md | 2 | ||||
-rw-r--r-- | examples/blog-multiple-authors/README.md | 2 | ||||
-rw-r--r-- | examples/blog/README.md | 2 | ||||
-rw-r--r-- | examples/component/README.md | 2 | ||||
-rw-r--r-- | examples/docs/README.md | 2 | ||||
-rw-r--r-- | examples/minimal/README.md | 2 | ||||
-rw-r--r-- | examples/non-html-pages/README.md | 2 | ||||
-rw-r--r-- | examples/portfolio/README.md | 2 | ||||
-rw-r--r-- | examples/starter/README.md | 2 | ||||
-rw-r--r-- | examples/subpath/README.md | 2 | ||||
-rw-r--r-- | examples/with-vite-plugin-pwa/README.md | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/examples/basics/README.md b/examples/basics/README.md index 15f6eb693..b0a937d0a 100644 --- a/examples/basics/README.md +++ b/examples/basics/README.md @@ -39,4 +39,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). diff --git a/examples/blog-multiple-authors/README.md b/examples/blog-multiple-authors/README.md index e98036e12..6078a0bc8 100644 --- a/examples/blog-multiple-authors/README.md +++ b/examples/blog-multiple-authors/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). 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). diff --git a/examples/component/README.md b/examples/component/README.md index 76492bd28..84e5a6905 100644 --- a/examples/component/README.md +++ b/examples/component/README.md @@ -42,4 +42,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). 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 diff --git a/examples/minimal/README.md b/examples/minimal/README.md index c9ef38ea6..a7bd4a6cb 100644 --- a/examples/minimal/README.md +++ b/examples/minimal/README.md @@ -40,4 +40,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). diff --git a/examples/non-html-pages/README.md b/examples/non-html-pages/README.md index 1236c7204..1693feb46 100644 --- a/examples/non-html-pages/README.md +++ b/examples/non-html-pages/README.md @@ -45,4 +45,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). diff --git a/examples/portfolio/README.md b/examples/portfolio/README.md index 13ad7a00d..97bc3f322 100644 --- a/examples/portfolio/README.md +++ b/examples/portfolio/README.md @@ -21,4 +21,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). diff --git a/examples/starter/README.md b/examples/starter/README.md index 1e8bac3d0..a4bb5ed8e 100644 --- a/examples/starter/README.md +++ b/examples/starter/README.md @@ -40,4 +40,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). diff --git a/examples/subpath/README.md b/examples/subpath/README.md index ff95e1181..5a012ed0f 100644 --- a/examples/subpath/README.md +++ b/examples/subpath/README.md @@ -42,4 +42,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). diff --git a/examples/with-vite-plugin-pwa/README.md b/examples/with-vite-plugin-pwa/README.md index fb2c087a6..f25047ecb 100644 --- a/examples/with-vite-plugin-pwa/README.md +++ b/examples/with-vite-plugin-pwa/README.md @@ -40,4 +40,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). |