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 032e1ef  more doc updates
032e1ef is described below

commit 032e1eff771f74e0cd21512de931beb6fdd5ac9c
Author: Robert Lazarski <robertlazar...@gmail.com>
AuthorDate: Wed Jul 28 10:38:09 2021 -1000

    more doc updates
---
 src/site/xdoc/{svn.xml => git.xml} | 2 +-
 src/site/xdoc/overview.xml         | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/site/xdoc/svn.xml b/src/site/xdoc/git.xml
similarity index 98%
rename from src/site/xdoc/svn.xml
rename to src/site/xdoc/git.xml
index 016a9e9..c43a3a0 100644
--- a/src/site/xdoc/svn.xml
+++ b/src/site/xdoc/git.xml
@@ -26,7 +26,7 @@
     <body>
         <section name="Introduction">
             <p>
-                This document provides information on how to use Git to get an
+                This document provides information on how to use Git to get a
                 GitHub checkout/update, make commits to the repository, etc., 
in the
                 process of contributing to Apache projects (specifically 
Axis2).
                 Instructions on configuring IDEs for development and using 
Maven to
diff --git a/src/site/xdoc/overview.xml b/src/site/xdoc/overview.xml
index 1a9391e..b10d8b8 100644
--- a/src/site/xdoc/overview.xml
+++ b/src/site/xdoc/overview.xml
@@ -42,7 +42,7 @@ allows the technology to evolve.</p>
 <ul>
 <li><a href="mail-lists.html">Join Mailing Lists</a></li>
 <li><a href="download.cgi">Download Binary Builds</a></li>
-<li><a href="http://issues.apache.org/jira/browse/AXIS2";>Report
+<li><a href="https://issues.apache.org/jira/projects/AXIS2";>Report
 bugs/Request additional features</a></li>
 </ul>
 <h2><b>Contribute Code or Documentation Patches</b></h2>
@@ -54,9 +54,9 @@ steps (in addition to the ones above) to get you started:</p>
 href="release-process.html">release process</a></li>
 <li>Review the <a href="refLib.html">reference library</a></li>
 <li><a href=
-"http://svn.apache.org/viewvc/axis/axis2/java/core/";>
+"https://github.com/apache/axis-axis2-java-core";>
 View the Source Code</a></li>
-<li><a href="svn.html">Access SVN Repository</a></li>
+<li><a href="git.html">Access GIT Repository</a></li>
 </ul>
 <div id="pdf" align="right"></div>
 </body>

Reply via email to