You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/05/08 17:54:56 UTC

[GitHub] [cassandra] michaelsembwever commented on a change in pull request #583: curl redirect for KEYS

michaelsembwever commented on a change in pull request #583:
URL: https://github.com/apache/cassandra/pull/583#discussion_r422283662



##########
File path: doc/source/getting_started/installing.rst
##########
@@ -187,7 +187,7 @@ Installing the Debian packages
 
 ::
 
-   $ curl https://www.apache.org/dist/cassandra/KEYS | sudo apt-key add -
+   $ curl -L https://www.apache.org/dist/cassandra/KEYS | sudo apt-key add -

Review comment:
       rather than add the redirect, let's use the final destination.
   
   eg
   `curl https://downloads.apache.org/cassandra/KEYS | sudo apt-key add -`
   
   And… can you base this against the cassandra-3.11 branch please. (It applies to all branches, but we only have docs currently for cassandra-3.11 and trunk)




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org