Skip to content

Commit

Permalink
Fix broken relative link
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Schoepp <[email protected]>
  • Loading branch information
calebschoepp committed Mar 10, 2023
1 parent 1657374 commit ca23c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/src/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export function html(): string {
<a class="nav-link" href="../../">
<i class="fa-arrow-left fa-sharp fa-solid" aria-hidden="true"></i>
Back to my app</a>
<a class="nav-link" href="./kv-explorer/">
<a class="nav-link" href="/internal/kv-explorer/">
<i class="fa-table-list fa-sharp fa-solid" aria-hidden="true"></i>
Key Value Store</a>
<a class="nav-link nav-link-bottom" href="https://developer.fermyon.com/spin" target="_blank">
Expand Down

0 comments on commit ca23c51

Please sign in to comment.