Skip to content

Commit

Permalink
chore: fix home link in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpestov committed Jun 11, 2024
1 parent f36b2fd commit 3dd0465
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/ahiqar-arabic-karshuni.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<noscript><strong>We're sorry but TIDO doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong></noscript>
<header>
<a class="home" href="/">TIDO</a>
<a class="home" href="./">TIDO</a>
<span>Other examples:</span>
<nav>
<select id="nav-select">
Expand Down
2 changes: 1 addition & 1 deletion examples/ahiqar-syriac.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<noscript><strong>We're sorry but TIDO doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong></noscript>
<header>
<a class="home" href="/">TIDO</a>
<a class="home" href="./">TIDO</a>
<span>Other examples:</span>
<nav>
<select id="nav-select">
Expand Down
2 changes: 1 addition & 1 deletion examples/gfl.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<noscript><strong>We're sorry but TIDO doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong></noscript>
<header>
<a class="home" href="/">TIDO</a>
<a class="home" href="./">TIDO</a>
<span>Other examples:</span>
<nav>
<select id="nav-select">
Expand Down
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<noscript><strong>We're sorry but TIDO doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong></noscript>
<header>
<a class="home" href="/">TIDO</a>
<a class="home" href="./">TIDO</a>
<div class="input-container">
<input id="url-input" type="text" placeholder="Enter your manifest or collection URL here...">
<button onclick="load()">Load</button>
Expand Down

0 comments on commit 3dd0465

Please sign in to comment.