Skip to content

Commit

Permalink
Fix URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Oct 16, 2023
1 parent 6351755 commit 2f5cb3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<body>
<nav class="navbar navbar-expand-lg bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="/">Google Fonts (Backend) Dashboard</a>
<a class="navbar-brand" href="/gf-dashboard/">Google Fonts (Backend) Dashboard</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down
2 changes: 1 addition & 1 deletion templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</button>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="/updates.html">Server updates</a>
<a class="nav-link" href="/gf-dashboard/updates.html">Server updates</a>
</li>
</ul>
<form class="d-flex" role="search">
Expand Down

0 comments on commit 2f5cb3a

Please sign in to comment.