diff options
Diffstat (limited to 'www/src')
-rw-r--r-- | www/src/pages/index.astro | 4 |
1 files changed, 2 insertions, 2 deletions
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> |