From 777b37e1827aa813a909770f1eb5136d704bd402 Mon Sep 17 00:00:00 2001 From: Diana Thayer Date: Mon, 13 Jan 2025 10:58:12 -0800 Subject: [PATCH] oops --- recipes/logbook.js | 2 +- recipes/todo.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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']] ],