summaryrefslogtreecommitdiff
path: root/examples/starter
diff options
context:
space:
mode:
Diffstat (limited to 'examples/starter')
-rw-r--r--examples/starter/README.md2
-rw-r--r--examples/starter/src/components/Tour.astro2
2 files changed, 2 insertions, 2 deletions
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>