Skip to content

Commit a590bc1

Browse files
authored
site: fix docs "edit this page" link (#8888)
1 parent 1a3e50b commit a590bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/svelte.dev/src/routes/docs/[slug]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div class="text" id="docs-content">
2525
<a
2626
class="edit"
27-
href="https://github.com/sveltejs/svelte/edit/master/documentation/{data.page.file}"
27+
href="https://github.com/sveltejs/svelte/edit/master/documentation/docs/{data.page.file}"
2828
>
2929
<Icon size={50} name="edit" /> Edit this page on GitHub
3030
</a>

0 commit comments

Comments
 (0)