Skip to content

Commit 7487ef1

Browse files
authored
fix: correct GH issues link on 404 page (sveltejs#986)
1 parent 40e4152 commit 7487ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/src/routes/+error.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
If you were expecting to find something here, please drop by the
2222
<a href="/chat"> Discord chatroom </a>
2323
and let us know, or raise an issue on
24-
<a href="https://github.com/sveltejs/sites">GitHub</a>. Thanks!
24+
<a href="https://github.com/sveltejs/svelte.dev/issues">GitHub</a>. Thanks!
2525
</p>
2626
{:else}
2727
<h1>Yikes!</h1>

0 commit comments

Comments
 (0)