Skip to content

Commit

Permalink
[docs] fix chat link (#6976)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry authored Dec 1, 2021
1 parent 5145987 commit fe36911
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@sindresorhus/slugify": "^0.9.1",
"@sveltejs/adapter-node": "next",
"@sveltejs/kit": "next",
"@sveltejs/site-kit": "^1.4.0",
"@sveltejs/site-kit": "^1.4.1",
"@sveltejs/svelte-repl": "0.3.0",
"degit": "^2.1.4",
"dotenv": "^10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions site/src/routes/__error.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
<p>Please try reloading the page.</p>
{/if}

<p>If the error persists, please drop by <a href="chat">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 the <a rel="external" href="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}
{:else}
<h1>It looks like you're offline</h1>

<p>Reload the page once you've found the internet.</p>
{/if}
</div>
</div>

0 comments on commit fe36911

Please sign in to comment.