This is an automated email from the ASF dual-hosted git repository.

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d1a03afa3 docs: Link Issues sidebar to Apache JIRA instead of GitHub 
Issues
0d1a03afa3 is described below

commit 0d1a03afa3d11e0e5cf2ab4f0a1c0f07d93c6c11
Author: Robert Lazarski <[email protected]>
AuthorDate: Fri May 15 16:38:29 2026 -1000

    docs: Link Issues sidebar to Apache JIRA instead of GitHub Issues
    
    Axis2 uses Apache JIRA (AXIS2 project) for issue tracking, not
    GitHub Issues.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
---
 src/site/site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index c9173d9080..2253bfca5c 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -89,7 +89,7 @@
         </menu>
         <menu name="Project Information">
             <item name="Contributors" 
href="https://github.com/apache/axis-axis2-java-core/graphs/contributors"; />
-            <item name="Issues" 
href="https://github.com/apache/axis-axis2-java-core/issues"; />
+            <item name="Issues" 
href="https://issues.apache.org/jira/projects/AXIS2/issues"; />
         </menu>
         <menu name="Apache" inherit="bottom">
             <item name="License"

Reply via email to