diff options
author | 2021-06-08 14:00:13 -0700 | |
---|---|---|
committer | 2021-06-08 14:00:13 -0700 | |
commit | bad8b32df7e02afa01c379cdb5bc122dc32b5328 (patch) | |
tree | c376ef0a8842e689ca5b007a1e8bda069e3e0716 | |
parent | 972a0f629f79e529be82c303bb88f126c46e9477 (diff) | |
download | astro-bad8b32df7e02afa01c379cdb5bc122dc32b5328.tar.gz astro-bad8b32df7e02afa01c379cdb5bc122dc32b5328.tar.zst astro-bad8b32df7e02afa01c379cdb5bc122dc32b5328.zip |
update discord link
-rw-r--r-- | examples/blog/README.md | 2 | ||||
-rw-r--r-- | examples/starter/README.md | 2 | ||||
-rw-r--r-- | examples/starter/src/components/Tour.astro | 2 | ||||
-rw-r--r-- | www/src/pages/index.astro | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/examples/blog/README.md b/examples/blog/README.md index 87c48761c..59df007d1 100644 --- a/examples/blog/README.md +++ b/examples/blog/README.md @@ -44,4 +44,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/snowpackjs/astro) or jump into our [Discord server](https://discord.gg/EsGdSGen). +Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). diff --git a/examples/starter/README.md b/examples/starter/README.md index 8565cdbb3..097bf4e73 100644 --- a/examples/starter/README.md +++ b/examples/starter/README.md @@ -37,4 +37,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/snowpackjs/astro) or jump into our [Discord server](https://discord.gg/EsGdSGen). +Feel free to check [our documentation](https://github.com/snowpackjs/astro) or jump into our [Discord server](https://astro.build/chat). diff --git a/examples/starter/src/components/Tour.astro b/examples/starter/src/components/Tour.astro index 5c822fe75..71dbb74f2 100644 --- a/examples/starter/src/components/Tour.astro +++ b/examples/starter/src/components/Tour.astro @@ -36,7 +36,7 @@ import { Markdown } from 'astro/components'; <section> <h2>👀 Want to learn more?</h2> - <p>Feel free to check <a href="https://github.com/snowpackjs/astro">our documentation</a> or jump into our <a href="https://discord.gg/EsGdSGen">Discord server</a>.</p> + <p>Feel free to check <a href="https://github.com/snowpackjs/astro">our documentation</a> or jump into our <a href="https://astro.build/chat">Discord server</a>.</p> </section> </article> diff --git a/www/src/pages/index.astro b/www/src/pages/index.astro index 7824dd2de..eaa88702f 100644 --- a/www/src/pages/index.astro +++ b/www/src/pages/index.astro @@ -42,7 +42,7 @@ let permalink = 'https://astro.build/'; <p>We're hard at work on Astro! Keep your eyes to the skies, astronauts.</p> <div class="hint"> - <p class="no-console">Psst... <a href="https://discord.gg/EsGdSGen">get early access</a> by joining our Discord community.</p> + <p class="no-console">Psst... <a href="https://astro.build/chat">get early access</a> by joining our Discord community.</p> <p class="console">Psst... upset you don't have early access? If only there was some way to <code>console</code> you...</p> </div> </Article> @@ -76,7 +76,7 @@ let permalink = 'https://astro.build/'; </style> <script> - console.log('%cGet early Astro access 👉 https://discord.gg/8kN9pSDYdt', "color:#17c083; font-size: 1.2em; padding: 1em;"); + console.log('%cGet early Astro access 👉 https://astro.build/chat', "color:#17c083; font-size: 1.2em; padding: 1em;"); </script> </body> </html> |