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

elharo pushed a commit to branch elharo-patch-2
in repository https://gitbox.apache.org/repos/asf/maven-release.git

commit e64158095ead492bff593c94a883d7904a4e68ea
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Thu Mar 16 11:44:50 2023 +0000

    http --> https
---
 src/site/xdoc/download.xml.vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index b86131de..79e259cc 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/src/site/xdoc/download.xml.vm
@@ -33,7 +33,7 @@ under the License.
       hours to reach all mirrors.<p/>
 
       <p>In order to guard against corrupted downloads/installations, it is 
highly recommended to
-      <a 
href="http://www.apache.org/dev/release-signing#verifying-signature";>verify the 
signature</a>
+      <a 
href="https://www.apache.org/dev/release-signing#verifying-signature";>verify 
the signature</a>
       of the release bundles against the public <a 
href="https://www.apache.org/dist/maven/KEYS";>KEYS</a> used by the Apache Maven
       developers.</p>
 
@@ -117,7 +117,7 @@ under the License.
 
       <subsection name="Previous Versions">
         
-      <p>Older non-recommended releases can be found on our <a 
href="http://archive.apache.org/dist/maven/release/";>archive site</a>.</p>
+      <p>Older non-recommended releases can be found on our <a 
href="https://archive.apache.org/dist/maven/release/";>archive site</a>.</p>
 
       </subsection>
     </section>

Reply via email to