Details
-
Improvement
-
Status: Open
-
Normal
-
Resolution: Unresolved
-
None
-
Operability
-
Normal
-
All
-
None
Description
On https://cassandra.apache.org/doc/latest/cassandra/getting_started/installing.html#installing-the-binary-tarball the reader is instructed to:
curl -OL http://apache.mirror.digitalpacific.com.au/cassandra/4.0.0/apache-cassandra-4.0.0-bin.tar.gz
However, that mirror no longer exists.
It would be nicer to use a URL such as https://www.apache.org/dyn/closer.lua/download/cassandra/4.1.0/apache-cassandra-4.1.0-bin.tar.gz, but that requires having the current Cassandra version available as a variable to asciidoc and inserting in into a code snippet, which I'm not sure is easy to do.
Alternatively we could point people to https://cassandra.apache.org/_/download.html instead of showing a curl command.