Skip to content

Commit 509125e

Browse files
committed
Updatign Cassandra keys URL
1 parent 677997d commit 509125e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/cassandra-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ keytool -importcert -alias bc2025ca -file bc2025.crt
121121

122122
# Install the Cassandra libraries in order to get CQLSH:
123123
echo "deb http://www.apache.org/dist/cassandra/debian 311x main" | sudo tee -a /etc/apt/sources.list.d/cassandra.sources.list
124-
curl https://downloads.apache.org/cassandra/KEYS | sudo apt-key add -
124+
curl https://www.apache.org/dist/cassandra/KEYS | sudo apt-key add -
125125
sudo apt-get update
126126
sudo apt-get install cassandra
127127

0 commit comments

Comments
 (0)