This is an automated email from the ASF dual-hosted git repository.

smiklosovic pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 1824b11  fix url links in finish_release.sh for announcement e-mail
1824b11 is described below

commit 1824b110fd99c96baa3940608d41127fc1fb8bd3
Author: Stefan Miklosovic <[email protected]>
AuthorDate: Wed Sep 3 17:37:54 2025 +0200

    fix url links in finish_release.sh for announcement e-mail
---
 cassandra-release/finish_release.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cassandra-release/finish_release.sh 
b/cassandra-release/finish_release.sh
index 406163b..201d1c7 100755
--- a/cassandra-release/finish_release.sh
+++ b/cassandra-release/finish_release.sh
@@ -252,11 +252,11 @@ echo "The Cassandra team is pleased to announce the 
release of Apache Cassandra
 echo "" >> $mail_file
 echo "Apache Cassandra is a fully distributed database. It is the right choice 
when you need scalability and high availability without compromising 
performance." >> $mail_file
 echo "" >> $mail_file
-echo " http://cassandra.apache.org/"; >> $mail_file
+echo " https://cassandra.apache.org/"; >> $mail_file
 echo "" >> $mail_file
 echo "Downloads of source and binary distributions are listed in our download 
section:" >> $mail_file
 echo "" >> $mail_file
-echo " http://cassandra.apache.org/download/"; >> $mail_file
+echo " https://cassandra.apache.org/_/download.html"; >> $mail_file
 echo "" >> $mail_file
 series="${release_major}.${release_minor}"
 echo "This version is a bug fix release[1] on the $series series. As always, 
please pay attention to the release notes[2] and Let us know[3] if you were to 
encounter any problem." >> $mail_file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to