This is an automated email from the ASF dual-hosted git repository.
grobmeier pushed a commit to branch jekyll
in repository https://gitbox.apache.org/repos/asf/logging-site.git
The following commit(s) were added to refs/heads/jekyll by this push:
new a5da0f5f added absolute path links
a5da0f5f is described below
commit a5da0f5f30d6fbb252ec79895492650552d04258
Author: Christian Grobmeier <[email protected]>
AuthorDate: Thu Oct 12 17:28:32 2023 +0200
added absolute path links
---
_includes/navbar.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/_includes/navbar.html b/_includes/navbar.html
index 48de99ea..8d480a34 100644
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -6,12 +6,12 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle"
data-toggle="dropdown">About<b class="caret"></b></a>
<ul class="dropdown-menu">
- <li><a href="guidelines.html">Guidelines</a></li>
- <li><a href="charter.html">Charter</a></li>
- <li><a href="team-list.html">Team</a></li>
- <li><a href="mailing-lists.html">Mailing lists</a></li>
+ <li><a href="/guidelines.html">Guidelines</a></li>
+ <li><a href="/charter.html">Charter</a></li>
+ <li><a href="/team-list.html">Team</a></li>
+ <li><a href="/mailing-lists.html">Mailing
lists</a></li>
<li><a target="_blank"
href="https://cwiki.apache.org/confluence/display/LOGGING/Home">Wiki</a>
- <li><a href="what-is-logging.html">What is logging?</a>
+ <li><a href="/what-is-logging.html">What is
logging?</a>
</li>
</ul>
</li>