docs: fix tutorial edit link (#8812)

Fixes #8811
pull/8819/head
Ignatius Bagus 1 year ago committed by GitHub
parent 94cfdbcee1
commit a29feeca25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,7 +47,7 @@
$: if (scrollable) data.tutorial, scrollable.scrollTo(0, 0);
$: selected = lookup.get(data.slug);
$: improve_link = `https://github.com/sveltejs/svelte/tree/master/documentation/content/tutorial/${data.tutorial.dir}`;
$: improve_link = `https://github.com/sveltejs/svelte/tree/master/documentation/tutorial/${data.tutorial.dir}`;
const clone = (file) => ({
name: file.name.replace(/.\w+$/, ''),

Loading…
Cancel
Save