git-wip-us => gitbox

This commit is contained in:
Sebb 2022-04-05 11:36:51 +01:00
parent a7febe87e3
commit 5942cea3e8
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ The Javadoc API documents are available online:
</ul>
<p>
The <a href="scm.html">git repository</a> can be
<a href="https://git-wip-us.apache.org/repos/asf?p=commons-csv.git">browsed</a>.
<a href="https://gitbox.apache.org/repos/asf?p=commons-csv.git">browsed</a>.
</p>
</section>
<!-- ================================================== -->
@ -89,7 +89,7 @@ For previous releases, see the <a href="https://archive.apache.org/dist/commons/
</section>
<section name="Building from sources">
<p>The latest code can be checked out from our git repository at <a href="https://git-wip-us.apache.org/repos/asf/commons-csv.git">https://git-wip-us.apache.org/repos/asf/commons-csv.git</a>.
<p>The latest code can be checked out from our git repository at <a href="https://gitbox.apache.org/repos/asf/commons-csv.git">https://gitbox.apache.org/repos/asf/commons-csv.git</a>.
You can build the component using Apache Maven using <code>mvn clean package</code>.
</p>
</section>