(docs) update site. re. svn -> git

This commit is contained in:
Rob Tompkins 2017-07-18 08:03:24 -04:00
parent f0f364fd9d
commit c25a3efe1b
2 changed files with 6 additions and 5 deletions

View File

@ -38,9 +38,9 @@
</issueManagement>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/collections/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/collections/trunk</developerConnection>
<url>http://svn.apache.org/viewvc/commons/proper/collections/trunk</url>
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/commons-collections.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/commons-collections.git</developerConnection>
<url>https://git-wip-us.apache.org/repos/asf?p=commons-collections.git</url>
</scm>
<developers>

View File

@ -63,8 +63,9 @@ The JavaDoc API documents are available online:
<li>The <a href="apidocs/index.html">latest SVN</a></li>
</ul>
<p>
The <a href="source-repository.html">subversion repository</a> can be
<a href="http://svn.apache.org/viewvc/commons/proper/collections/trunk/">browsed</a>.
The <a href="source-repository.html">git repository</a> can be
<a href="https://git-wip-us.apache.org/repos/asf?p=commons-collections.git">browsed</a>, and we have a mirror
on <a href="https://github.com/apache/commons-collections">GitHub</a>.
</p>
</section>
<!-- ================================================== -->