summaryrefslogtreecommitdiff
path: root/examples/starter/src
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-06-08 14:00:13 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-06-08 14:00:13 -0700
commitbad8b32df7e02afa01c379cdb5bc122dc32b5328 (patch)
treec376ef0a8842e689ca5b007a1e8bda069e3e0716 /examples/starter/src
parent972a0f629f79e529be82c303bb88f126c46e9477 (diff)
downloadastro-bad8b32df7e02afa01c379cdb5bc122dc32b5328.tar.gz
astro-bad8b32df7e02afa01c379cdb5bc122dc32b5328.tar.zst
astro-bad8b32df7e02afa01c379cdb5bc122dc32b5328.zip
update discord link
Diffstat (limited to 'examples/starter/src')
-rw-r--r--examples/starter/src/components/Tour.astro2
1 files changed, 1 insertions, 1 deletions
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>