This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-site.git
The following commit(s) were added to refs/heads/main by this push:
new 5074a7ec Fix up link
5074a7ec is described below
commit 5074a7ecc231d7a43c9c624b5cc2223c1ada1d0b
Author: Sebb <[email protected]>
AuthorDate: Wed Dec 3 13:46:52 2025 +0000
Fix up link
---
layouts/partials/navbar.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
index 0f6e4e73..12d28793 100644
--- a/layouts/partials/navbar.html
+++ b/layouts/partials/navbar.html
@@ -14,7 +14,7 @@
</a>
<div class="dropdown-menu" aria-labelledby="homeDropdown">
<a class="dropdown-item" href="/">Homepage</a>
- <a class="dropdown-item" href="/tags.html">Tags</a>
+ <a class="dropdown-item" href="/tags/">Tags</a>
<a class="dropdown-item" href="/blog/">Blog</a>
<a class="dropdown-item" href="/tags/navigation.html">Navigation
pages</a>
</div>