Skip to content

Commit e0fd523

Browse files
authored
Merge pull request #109569 from NavtejSaini-MSFT/patch-53
Fixes https://github.com/MicrosoftDocs/azure-docs/issues/51305
2 parents 2de9991 + 54fc617 commit e0fd523

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://www.apache.org/dist/cassandra/KEYS | sudo apt-key add -
124+
curl https://downloads.apache.org/cassandra/KEYS | sudo apt-key add -
125125
sudo apt-get update
126126
sudo apt-get install cassandra
127127

0 commit comments

Comments
 (0)