Merge branch 'restructure-docs' of github.com:sveltejs/svelte into restructure-docs

pull/2132/head
Richard Harris 7 years ago
commit e8f6f474d7

@ -52,7 +52,7 @@
// TODO: this will need to be changed to the master branch, and probably should be dynamic instead of included // TODO: this will need to be changed to the master branch, and probably should be dynamic instead of included
// here statically // here statically
const tutorial_repo_link = 'https://github.com/sveltejs/svelte/tree/restructure-docs/site/content/tutorial'; const tutorial_repo_link = 'https://github.com/sveltejs/svelte/tree/master/site/content/tutorial';
$: selected = lookup.get(slug); $: selected = lookup.get(slug);
$: improve_link = `${tutorial_repo_link}/${selected.chapter.section_dir}/${selected.chapter.chapter_dir}`; $: improve_link = `${tutorial_repo_link}/${selected.chapter.section_dir}/${selected.chapter.chapter_dir}`;

Loading…
Cancel
Save