Author: mshuler
Date: Thu Feb 14 23:06:40 2019
New Revision: 1853605

URL: http://svn.apache.org/viewvc?rev=1853605&view=rev
Log:
Fix git clone URL

Modified:
    cassandra/site/publish/download/index.html
    cassandra/site/src/download.md

Modified: cassandra/site/publish/download/index.html
URL: 
http://svn.apache.org/viewvc/cassandra/site/publish/download/index.html?rev=1853605&r1=1853604&r2=1853605&view=diff
==============================================================================
--- cassandra/site/publish/download/index.html (original)
+++ cassandra/site/publish/download/index.html Thu Feb 14 23:06:40 2019
@@ -227,7 +227,7 @@ gpgkey=https://www.apache.org/dist/cassa
 
 <p>Development is done in the Apache Git repository. To check out a copy:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>git clone 
http://git-wip-us.apache.org/repos/asf/cassandra.git
+<div class="highlighter-rouge"><pre class="highlight"><code>git clone 
https://gitbox.apache.org/repos/asf/cassandra.git
 </code></pre>
 </div>
 

Modified: cassandra/site/src/download.md
URL: 
http://svn.apache.org/viewvc/cassandra/site/src/download.md?rev=1853605&r1=1853604&r2=1853605&view=diff
==============================================================================
--- cassandra/site/src/download.md (original)
+++ cassandra/site/src/download.md Thu Feb 14 23:06:40 2019
@@ -121,5 +121,5 @@ Please note that official RPMs for Apach
 Development is done in the Apache Git repository. To check out a copy:
 
 ```
-git clone http://git-wip-us.apache.org/repos/asf/cassandra.git
+git clone https://gitbox.apache.org/repos/asf/cassandra.git
 ```



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to