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 06adac5c3a fix 'Source Code' link in main site that should point to GitHub 06adac5c3a is described below commit 06adac5c3a6c05aaaf9b83058a7f1c044ed88954 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Tue Nov 15 13:55:19 2022 -0500 fix 'Source Code' link in main site that should point to GitHub --- 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 e1295e7290..ad5aee7e1f 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -92,7 +92,7 @@ <item name="Project Team" href="team-list.html" /> <item name="Issue Tracking" href="issue-tracking.html" /> <item name="Source Code" - href="http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/" /> + href="https://github.com/apache/axis-axis2-java-core" /> <item name="Acknowledgements" href="thanks.html" /> </menu> <menu name="Apache" inherit="bottom">