diff options
Diffstat (limited to 'examples/starter/src')
-rw-r--r-- | examples/starter/src/components/Tour.astro | 2 |
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> |