consistenly changed to https instead of http.
diff --git a/src/site/apt/examples/deploy-network-issues.apt b/src/site/apt/examples/deploy-network-issues.apt
index 10cbdee..9071891 100644
--- a/src/site/apt/examples/deploy-network-issues.apt
+++ b/src/site/apt/examples/deploy-network-issues.apt
@@ -86,10 +86,10 @@
  
 ** Copying from Local Directory to Target Remote Repository
 
- <<<wagon-maven-plugin>>>'s {{{http://www.mojohaus.org/wagon-maven-plugin/merge-maven-repos-mojo.html}<<<merge-maven-repos>>> goal}}
+ <<<wagon-maven-plugin>>>'s {{{https://www.mojohaus.org/wagon-maven-plugin/merge-maven-repos-mojo.html}<<<merge-maven-repos>>> goal}}
  provides a mechanism to copy from one remote repository to the other, while merging repository metadata.
  
- <<<wagon-maven-plugin>>>'s {{{http://www.mojohaus.org/wagon-maven-plugin/upload-mojo.html}<<<upload>>> goal}}
+ <<<wagon-maven-plugin>>>'s {{{https://www.mojohaus.org/wagon-maven-plugin/upload-mojo.html}<<<upload>>> goal}}
  will do the same without taking care of repository metadata: use it if you have an empty repository as target,
  like a staging repository provided by a repository manager.
  
diff --git a/src/site/apt/examples/deploy-ssh-external.apt b/src/site/apt/examples/deploy-ssh-external.apt
index 4536d79..99849c9 100644
--- a/src/site/apt/examples/deploy-ssh-external.apt
+++ b/src/site/apt/examples/deploy-ssh-external.apt
@@ -122,4 +122,4 @@
  <<NOTE:>> If you are using Putty it will expect the private key to be in the <<<PPK>>> format and not the standard
  format so make sure you use <<<puttygen>>> to convert your openssh format key to <<<PPK>>> format or generate another
  one. Windows users can find the Putty tools on the
- {{{http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html}PuTTY Download Page}}.
+ {{{https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html}PuTTY Download Page}}.
diff --git a/src/site/apt/examples/deploying-with-classifiers.apt.vm b/src/site/apt/examples/deploying-with-classifiers.apt.vm
index c9cc4cf..ce3cb22 100644
--- a/src/site/apt/examples/deploying-with-classifiers.apt.vm
+++ b/src/site/apt/examples/deploying-with-classifiers.apt.vm
@@ -32,9 +32,9 @@
 
   For example: from the following artifact names, the classifier is located between the version and extension name of the artifact.
 
-  * <<<artifact-name-1.0.jar>>> the main jar which contains classes compiled without {{{http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#debug}debugging}} information (such as linenumbers)
+  * <<<artifact-name-1.0.jar>>> the main jar which contains classes compiled without {{{https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#debug}debugging}} information (such as linenumbers)
 
-  * <<<artifact-name-1.0-debug.jar>>> the classified jar which contains classes compiled with {{{http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#debug}debugging}} information, so will be larger
+  * <<<artifact-name-1.0-debug.jar>>> the classified jar which contains classes compiled with {{{https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#debug}debugging}} information, so will be larger
 
   * <<<artifact-name-1.0-site.pdf>>> a pdf which contains an export of the site documentation. 
 
diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index a23f6a0..87eb032 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -110,7 +110,7 @@
   entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated.
   Of course, patches are welcome, too. Contributors can check out the project from our
   {{{./source-repository.html}source repository}} and will find supplementary information in the
-  {{{http://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}.
+  {{{https://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}.
 
 * Examples
 
diff --git a/src/site/apt/usage.apt b/src/site/apt/usage.apt
index 2a222ff..45333a5 100644
--- a/src/site/apt/usage.apt
+++ b/src/site/apt/usage.apt
@@ -84,7 +84,7 @@
 +---+
 
   Please see the article about
-  {{{http://maven.apache.org/guides/mini/guide-encryption.html}Password Encryption}}
+  {{{https://maven.apache.org/guides/mini/guide-encryption.html}Password Encryption}}
   for instructions on how to avoid clear text passwords in the <<<settings.xml>>>.
 
   Once you've configured your repository deployment information correctly
diff --git a/src/site/site.xml b/src/site/site.xml
index d5762ed..1674c5d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -23,13 +23,13 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <bannerLeft>
-    <src>http://maven.apache.org/images/apache-maven-project.png</src>
-    <href>http://www.apache.org/</href>
+    <src>https://maven.apache.org/images/apache-maven-project.png</src>
+    <href>https://www.apache.org/</href>
   </bannerLeft>
 
   <bannerRight>
-    <src>http://maven.apache.org/images/maven-logo-black-on-white.png</src>
-    <href>http://maven.apache.org/</href>
+    <src>https://maven.apache.org/images/maven-logo-black-on-white.png</src>
+    <href>https://maven.apache.org/</href>
   </bannerRight>
   <skin>
     <groupId>org.apache.maven.skins</groupId>
@@ -53,7 +53,7 @@
       <item name="Usage" href="usage.html"/>
       <item name="FAQ" href="faq.html"/>
       <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
-      <item name="License" href="http://www.apache.org/licenses/"/>
+      <item name="License" href="https://www.apache.org/licenses/"/>
       <item name="Download" href="download.html"/>
     </menu>
     <menu name="Examples">
diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index 3f71035..f1cd28e 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/src/site/xdoc/download.xml.vm
@@ -33,11 +33,11 @@
       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>
 
-      <p>${project.name} is distributed under the <a href="http://www.apache.org/licenses/">Apache License, version 2.0</a>.</p>
+      <p>${project.name} is distributed under the <a href="https://www.apache.org/licenses/">Apache License, version 2.0</a>.</p>
 
       <p></p>We <b>strongly</b> encourage our users to configure a Maven repository mirror closer to their location, please read <a href="/guides/mini/guide-mirror-settings.html">How to Use Mirrors for Repositories</a>.</p>
 
@@ -85,7 +85,7 @@
 
         <p>
           You may also consult the
-          <a href="http://www.apache.org/mirrors/">complete list of
+          <a href="https://www.apache.org/mirrors/">complete list of
             mirrors.</a>
         </p>
 
@@ -117,7 +117,7 @@
 
       <subsection name="Previous Versions">
         
-      <p>Older non-recommended releases can be found on our <a href="http://archive.apache.org/dist/maven/plugins/">archive site</a>.</p>
+      <p>Older non-recommended releases can be found on our <a href="https://archive.apache.org/dist/maven/plugins/">archive site</a>.</p>
 
       </subsection>
     </section>