This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/release by this push:
new e4686bd3 Fix menu link
e4686bd3 is described below
commit e4686bd32a01ac0f8a5e7222cf874ab2f4527c0d
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Oct 19 14:29:31 2022 -0400
Fix menu link
---
src/site/site.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index cef5a08c..25d33ac1 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -26,11 +26,11 @@
</bannerRight>
<body>
- <menu name="Configuration">
+ <menu name="Commons Configuration">
<item name="Overview" href="/index.html"/>
<item name="Download"
href="https://commons.apache.org/configuration/download_configuration.cgi"/>
- <item name="Security" href="security.html"/>
- <item name="Issue Tracking"
href="issue-tracking.html"/>
+ <item name="Issue Tracking"
href="/issue-tracking.html"/>
+ <item name="Security" href="/security.html"/>
</menu>
<menu name="Documentation">