diff --git a/recipes/logbook.js b/recipes/logbook.js index e30c5ce..750b7c2 100644 --- a/recipes/logbook.js +++ b/recipes/logbook.js @@ -271,7 +271,7 @@ class App extends HTMLElement { ['h1.title', 'Alchemical Logbook'], ['p.subtitle', 'Markdown Notes'], ['p', - ['a', { href: '../index.html' }, 'Back'], + ['a', { href: './index.html' }, 'Back'], ' | ', ['a', { href: 'https://github.com/garbados/html-alchemist/blob/main/recipes/logbook.js' }, 'Source']] ], diff --git a/recipes/todo.js b/recipes/todo.js index 7b851e8..a75d00d 100644 --- a/recipes/todo.js +++ b/recipes/todo.js @@ -223,7 +223,7 @@ class App extends HTMLElement { ['h1.title', 'Alchemical Todo'], ['p.subtitle', 'Efficient Reminders'], ['p', - ['a', { href: '../index.html' }, 'Back'], + ['a', { href: './index.html' }, 'Back'], ' | ', ['a', { href: 'https://github.com/garbados/html-alchemist/blob/main/recipes/todo.js' }, 'Source']] ],