Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
garbados committed Jan 13, 2025
1 parent 53cf8d2 commit 777b37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/logbook.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']]
],
Expand Down
2 changes: 1 addition & 1 deletion recipes/todo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']]
],
Expand Down

0 comments on commit 777b37e

Please sign in to comment.