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

mck 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 b492341eb5 Move deb/rpm repositories from dist/downloads .a.o to 
apache.jfrog.io
b492341eb5 is described below

commit b492341eb5789889e56c55bfef6f6a62b91eb980
Author: Mick Semb Wever <[email protected]>
AuthorDate: Mon Jul 25 13:02:47 2022 +0200

    Move deb/rpm repositories from dist/downloads .a.o to apache.jfrog.io
    
     patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-17748
---
 doc/modules/cassandra/examples/BASH/add_repo_keys.sh        | 2 +-
 doc/modules/cassandra/examples/BASH/get_deb_package.sh      | 4 ++--
 doc/modules/cassandra/examples/RESULTS/add_yum_repo.result  | 2 +-
 doc/modules/cassandra/pages/getting_started/installing.adoc | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/modules/cassandra/examples/BASH/add_repo_keys.sh 
b/doc/modules/cassandra/examples/BASH/add_repo_keys.sh
index cdb5881e56..4c1d5f1777 100644
--- a/doc/modules/cassandra/examples/BASH/add_repo_keys.sh
+++ b/doc/modules/cassandra/examples/BASH/add_repo_keys.sh
@@ -1 +1 @@
-$ curl https://www.apache.org/dist/cassandra/KEYS | sudo apt-key add -
+$ curl https://downloads.apache.org/cassandra/KEYS | sudo apt-key add -
diff --git a/doc/modules/cassandra/examples/BASH/get_deb_package.sh 
b/doc/modules/cassandra/examples/BASH/get_deb_package.sh
index f52e72c132..0b866a8310 100644
--- a/doc/modules/cassandra/examples/BASH/get_deb_package.sh
+++ b/doc/modules/cassandra/examples/BASH/get_deb_package.sh
@@ -1,2 +1,2 @@
-$ echo "deb http://www.apache.org/dist/cassandra/debian 311x main" | sudo tee 
-a /etc/apt/sources.list.d/cassandra.sources.list
-deb http://www.apache.org/dist/cassandra/debian 311x main
+$ echo "deb https://debian.cassandra.apache.org 311x main" | sudo tee -a 
/etc/apt/sources.list.d/cassandra.sources.list
+deb https://debian.cassandra.apache.org 311x main
diff --git a/doc/modules/cassandra/examples/RESULTS/add_yum_repo.result 
b/doc/modules/cassandra/examples/RESULTS/add_yum_repo.result
index 8fdb78c9a4..47ff95f355 100644
--- a/doc/modules/cassandra/examples/RESULTS/add_yum_repo.result
+++ b/doc/modules/cassandra/examples/RESULTS/add_yum_repo.result
@@ -1,6 +1,6 @@
 [cassandra]
 name=Apache Cassandra
-baseurl=https://downloads.apache.org/cassandra/redhat/311x/
+baseurl=https://redhat.cassandra.apache.org/311x/
 gpgcheck=1
 repo_gpgcheck=1
 gpgkey=https://downloads.apache.org/cassandra/KEYS
diff --git a/doc/modules/cassandra/pages/getting_started/installing.adoc 
b/doc/modules/cassandra/pages/getting_started/installing.adoc
index 668dbee78d..96dbe520a7 100644
--- a/doc/modules/cassandra/pages/getting_started/installing.adoc
+++ b/doc/modules/cassandra/pages/getting_started/installing.adoc
@@ -72,7 +72,7 @@ will install the binaries and configuration files as the 
`cassandra` OS user.
 include::example$BASH/docker_pull.sh[]
 ----
 
-This `docker pull` command will get the specified version of the official
+This `docker pull` command will get the specified version of the 'Docker 
Official'
 Apache Cassandra image available from the 
https://hub.docker.com/_/cassandra[Dockerhub].
 
 [arabic, start=2]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to