diff --git a/bin/cassandra.ps1 b/bin/cassandra.ps1 index d968793d48..6e6a3cf12b 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 fb8a0463f9..a87589dee9 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 `__. +full list of Apache contributors public keys, you can refer to `this link `__. - Install Cassandra: