mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-21 06:45:00 +00:00
site: update links to Discord chat
This commit is contained in:
@@ -4,7 +4,7 @@ title: Introduction
|
|||||||
|
|
||||||
### Before we begin
|
### Before we begin
|
||||||
|
|
||||||
> Sapper is in early development, and some things may change before we hit version 1.0. This document is a work-in-progress. If you get stuck, reach out for help in the [Discord chatroom](https://discord.gg/yy75DKs).
|
> Sapper is in early development, and some things may change before we hit version 1.0. This document is a work-in-progress. If you get stuck, reach out for help in the [Discord chatroom](https://svelte.dev/chat).
|
||||||
>
|
>
|
||||||
> See the [migration guides](migrating) for help upgrading from older versions.
|
> See the [migration guides](migrating) for help upgrading from older versions.
|
||||||
|
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
<p>Please try reloading the page.</p>
|
<p>Please try reloading the page.</p>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<p>If the error persists, please drop by <a href="https://discord.gg/yy75DKs">Discord chatroom</a> and let us know, or raise an issue on <a href="https://github.com/sveltejs/svelte">GitHub</a>. Thanks!</p>
|
<p>If the error persists, please drop by <a href="https://svelte.dev/chat">Discord chatroom</a> and let us know, or raise an issue on <a href="https://github.com/sveltejs/svelte">GitHub</a>. Thanks!</p>
|
||||||
{/if}
|
{/if}
|
||||||
{:else}
|
{:else}
|
||||||
<h1>It looks like you're offline</h1>
|
<h1>It looks like you're offline</h1>
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
<NavItem external="https://svelte.dev">Svelte</NavItem>
|
<NavItem external="https://svelte.dev">Svelte</NavItem>
|
||||||
|
|
||||||
<NavItem external="https://discord.gg/yy75DKs" title="Discord Chat">
|
<NavItem external="https://svelte.dev/chat" title="Discord Chat">
|
||||||
<Icon name="message-square"/>
|
<Icon name="message-square"/>
|
||||||
</NavItem>
|
</NavItem>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user