We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b981ac commit 677997dCopy full SHA for 677997d
articles/cosmos-db/cassandra-support.md
@@ -121,7 +121,7 @@ keytool -importcert -alias bc2025ca -file bc2025.crt
121
122
# Install the Cassandra libraries in order to get CQLSH:
123
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://www.apache.org/dist/cassandra/KEYS | sudo apt-key add -
+curl https://downloads.apache.org/cassandra/KEYS | sudo apt-key add -
125
sudo apt-get update
126
sudo apt-get install cassandra
127
0 commit comments