We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3e50b commit a590bc1Copy full SHA for a590bc1
sites/svelte.dev/src/routes/docs/[slug]/+page.svelte
@@ -24,7 +24,7 @@
24
<div class="text" id="docs-content">
25
<a
26
class="edit"
27
- href="https://github.com/sveltejs/svelte/edit/master/documentation/{data.page.file}"
+ href="https://github.com/sveltejs/svelte/edit/master/documentation/docs/{data.page.file}"
28
>
29
<Icon size={50} name="edit" /> Edit this page on GitHub
30
</a>
0 commit comments