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 7930a302 removed full url
7930a302 is described below
commit 7930a302724975afc7db2fe04a17df4c4618dc93
Author: Christian Grobmeier <[email protected]>
AuthorDate: Thu Oct 12 17:28:58 2023 +0200
removed full url
---
_includes/navbar.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/navbar.html b/_includes/navbar.html
index 8d480a34..9c1ca5c7 100644
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -1,7 +1,7 @@
<div class="navbar">
<div class="navbar-inner">
<div class="container">
- <a class="brand" href="https://logging.apache.org">Apache Logging
Services™</a>
+ <a class="brand" href="/">Apache Logging Services™</a>
<ul class="nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle"
data-toggle="dropdown">About<b class="caret"></b></a>