update discord link
This commit is contained in:
parent
972a0f629f
commit
bad8b32df7
4 changed files with 5 additions and 5 deletions
|
@ -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).
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue