This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-release.git
The following commit(s) were added to refs/heads/master by this push:
new 422ccc4d http --> https (#177)
422ccc4d is described below
commit 422ccc4d6c97a64c4f3e3fda5f2f45ac68d165a0
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Thu Mar 16 09:36:36 2023 -0400
http --> https (#177)
---
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>