You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ms...@apache.org on 2020/02/17 20:11:42 UTC

[cassandra] branch cassandra-3.11 updated: Switch from www.apache.org/dist to downloads.apache.org

This is an automated email from the ASF dual-hosted git repository.

mshuler pushed a commit to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-3.11 by this push:
     new c93c298  Switch from www.apache.org/dist to downloads.apache.org
c93c298 is described below

commit c93c2983cd3f795ef81c7cd298a115e05a42ed5c
Author: Michael Shuler <ms...@apache.org>
AuthorDate: Mon Feb 17 14:09:01 2020 -0600

    Switch from www.apache.org/dist to downloads.apache.org
---
 bin/cassandra.ps1                         | 2 +-
 doc/source/getting_started/installing.rst | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/cassandra.ps1 b/bin/cassandra.ps1
index 5d10994..ee3b566 100644
--- a/bin/cassandra.ps1
+++ b/bin/cassandra.ps1
@@ -109,7 +109,7 @@ Function HandleInstallation
 
     if (-Not (Test-Path $PATH_PRUNSRV\prunsrv.exe))
     {
-        Write-Warning "Cannot find $PATH_PRUNSRV\prunsrv.exe.  Please download package from http://www.apache.org/dist/commons/daemon/binaries/windows/ to install as a service."
+        Write-Warning "Cannot find $PATH_PRUNSRV\prunsrv.exe.  Please download package from https://downloads.apache.org/commons/daemon/binaries/windows/ to install as a service."
         Break
     }
 
diff --git a/doc/source/getting_started/installing.rst b/doc/source/getting_started/installing.rst
index 1a7b8ad..9be85e5 100644
--- a/doc/source/getting_started/installing.rst
+++ b/doc/source/getting_started/installing.rst
@@ -63,13 +63,13 @@ Installation from Debian packages
 
 ::
 
-    echo "deb http://www.apache.org/dist/cassandra/debian 36x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
+    echo "deb https://downloads.apache.org/cassandra/debian 36x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
 
 - Add the Apache Cassandra repository keys:
 
 ::
 
-    curl https://www.apache.org/dist/cassandra/KEYS | sudo apt-key add -
+    curl https://downloads.apache.org/cassandra/KEYS | sudo apt-key add -
 
 - Update the repositories:
 
@@ -90,7 +90,7 @@ Then add the public key A278B781FE4B2BDA as follows:
     sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-key A278B781FE4B2BDA
 
 and repeat ``sudo apt-get update``. The actual key may be different, you get it from the error message itself. For a
-full list of Apache contributors public keys, you can refer to `this link <https://www.apache.org/dist/cassandra/KEYS>`__.
+full list of Apache contributors public keys, you can refer to `this link <https://downloads.apache.org/cassandra/KEYS>`__.
 
 - Install Cassandra:
 


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