Skip to content

Commit

Permalink
http --> https (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Mar 16, 2023
1 parent 262254f commit 422ccc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/xdoc/download.xml.vm
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 422ccc4

Please sign in to comment.