You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2022/04/27 14:17:59 UTC

svn commit: r1900320 - /spamassassin/site/updates/index.html

Author: hege
Date: Wed Apr 27 14:17:59 2022
New Revision: 1900320

URL: http://svn.apache.org/viewvc?rev=1900320&view=rev
Log:
sslify urls

Modified:
    spamassassin/site/updates/index.html

Modified: spamassassin/site/updates/index.html
URL: http://svn.apache.org/viewvc/spamassassin/site/updates/index.html?rev=1900320&r1=1900319&r2=1900320&view=diff
==============================================================================
--- spamassassin/site/updates/index.html (original)
+++ spamassassin/site/updates/index.html Wed Apr 27 14:17:59 2022
@@ -2,13 +2,13 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
   <title>The Apache SpamAssassin Project Updates Page</title>
-  <meta http-equiv="refresh" content="10;url=http://spamassassin.apache.org/" />
+  <meta http-equiv="refresh" content="10;url=https://spamassassin.apache.org/" />
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 </head>
 
 <body bgcolor="white">
 
-This site is for the Apache SpamAssassin Project updates using the <a href="http://spamassassin.apache.org/doc/sa-update.html"><b><i>sa-update</i></b></a> command.  You will now be redirected to the home page for the open-source <a href="http://spamassassin.apache.org/">Apache SpamAssassin Project</a>.
+This site is for the Apache SpamAssassin Project updates using the <a href="https://spamassassin.apache.org/doc/sa-update.html"><b><i>sa-update</i></b></a> command.  You will now be redirected to the home page for the open-source <a href="https://spamassassin.apache.org/">Apache SpamAssassin Project</a>.
 
 </body>
 </html>