HTTP -> HTTPS (thanks, Stefan)
diff --git a/doc/src/cpc/jarmapping.adoc b/doc/src/cpc/jarmapping.adoc
index c1f24e2..6b4efcf 100644
--- a/doc/src/cpc/jarmapping.adoc
+++ b/doc/src/cpc/jarmapping.adoc
@@ -47,7 +47,7 @@
 
 In the ivy.xml file in your repository, you can specifically bind a binary artifact to a source one and to a javadoc one, so IvyDE knows for sure which bind to the other.
 
-In the link:http://ant.apache.org/ivy/history/latest-milestone/ivyfile/artifact.html[artifact] element, you can specify:
+In the link:https://ant.apache.org/ivy/history/latest-milestone/ivyfile/artifact.html[artifact] element, you can specify:
 
 * `ivyde:source="my-source-artifact-name"` which specify the artifact name of the source to bind to the current binary one
 * `ivyde:javadoc="my-javadoc-artifact-name"` which specify the artifact name of the javadoc to bind to the current binary one
diff --git a/doc/src/cpc/maven.adoc b/doc/src/cpc/maven.adoc
index db8cda3..ce4234c 100644
--- a/doc/src/cpc/maven.adoc
+++ b/doc/src/cpc/maven.adoc
@@ -30,7 +30,7 @@
 
 This sample presents a simple use case involving a Maven POM and the IvyDE classpath container. We are going to create an Eclipse(TM) project on commons-httpclient sources.
 
-* Download the link:http://archive.apache.org/dist/httpcomponents/commons-httpclient/3.0/source/commons-httpclient-3.0-src.zip[commons httpclient sources]
+* Download the link:https://archive.apache.org/dist/httpcomponents/commons-httpclient/3.0/source/commons-httpclient-3.0-src.zip[commons httpclient sources]
 
 * Unzip this file (c:/tmp/commons-httpclient/)
 
diff --git a/doc/src/cpc/workspace.adoc b/doc/src/cpc/workspace.adoc
index f0fc662..d517748 100644
--- a/doc/src/cpc/workspace.adoc
+++ b/doc/src/cpc/workspace.adoc
@@ -52,12 +52,12 @@
 |[1.2,1.3)|$version|no project wiring
 |=======
 
-In some setup, if you want to mix some resolver of your own and the workspace resolver, and still want the transitive dependencies work nicely between them, you may want to turn the resolve mode to link:http://ant.apache.org/ivy/history/latest-milestone/use/resolve.html[dynamic]:
+In some setup, if you want to mix some resolver of your own and the workspace resolver, and still want the transitive dependencies work nicely between them, you may want to turn the resolve mode to link:https://ant.apache.org/ivy/history/latest-milestone/use/resolve.html[dynamic]:
     
-* see the defaultResolveMode attribute of link:http://ant.apache.org/ivy/history/latest-milestone/settings/settings.html[settings] in the ivysettings.
-* see the resolveMode attribute of link:http://ant.apache.org/ivy/history/latest-milestone/settings/module.html[module] in the ivysettings.
+* see the defaultResolveMode attribute of link:https://ant.apache.org/ivy/history/latest-milestone/settings/settings.html[settings] in the ivysettings.
+* see the resolveMode attribute of link:https://ant.apache.org/ivy/history/latest-milestone/settings/module.html[module] in the ivysettings.
 
-Also note that if any of the resolver defined in your ivysettings.xml have the link:http://ant.apache.org/ivy/history/latest-milestone/settings/resolvers.html#common[`force`] attribute set to true, the workspace resolver may won't properly bind projects between them, as the __forced__ resolver will take precedence.
+Also note that if any of the resolver defined in your ivysettings.xml have the link:https://ant.apache.org/ivy/history/latest-milestone/settings/resolvers.html#common[`force`] attribute set to true, the workspace resolver may won't properly bind projects between them, as the __forced__ resolver will take precedence.
 
 == WTP support
 
diff --git a/doc/src/cpc/wtp.adoc b/doc/src/cpc/wtp.adoc
index f9eb5bc..a312f20 100644
--- a/doc/src/cpc/wtp.adoc
+++ b/doc/src/cpc/wtp.adoc
@@ -17,7 +17,7 @@
    under the License.
 ////
 
-WTP refers to the link:http://www.eclipse.org/webtools/[Web Tools Platform] project from the Eclipse Foundation which allows Eclipse(TM) users to easily develop, launch and debug web applications. Apache IvyDE works with WTP 2.0+ (Eclipse 3.3+).
+WTP refers to the link:https://www.eclipse.org/webtools/[Web Tools Platform] project from the Eclipse Foundation which allows Eclipse(TM) users to easily develop, launch and debug web applications. Apache IvyDE works with WTP 2.0+ (Eclipse 3.3+).
 
 In the properties of your project configured to use WTP, there is a section titled "Java EE Module Dependencies". In this section you will find the IvyDE classpath container listed, usually with the name "ivy.xml [*]". Select it and dependencies found in the IvyDE classpath container will be deployed as well.
 
diff --git a/doc/src/dev/build.adoc b/doc/src/dev/build.adoc
index 17dd8e9..7f6e58c 100644
--- a/doc/src/dev/build.adoc
+++ b/doc/src/dev/build.adoc
@@ -53,7 +53,7 @@
 
 [source]
 ----
-git clone http://git.apache.org/ant-ivyde.git ivyde
+git clone https://git.apache.org/ant-ivyde.git ivyde
 ----
 
 or use the released source code directly from the link:../../download.cgi#sources[distribution].
diff --git a/doc/src/dev/release.adoc b/doc/src/dev/release.adoc
index 4b29d75..4ea0e9d 100644
--- a/doc/src/dev/release.adoc
+++ b/doc/src/dev/release.adoc
@@ -112,7 +112,7 @@
 $ME, IvyDE $VERSION release manager
 ----
 
-Note: this link:http://ant.apache.org/bylaws.html[page] is defining when and how a release can be accepted.
+Note: this link:https://ant.apache.org/bylaws.html[page] is defining when and how a release can be accepted.
 
 == Deployment
 
@@ -127,7 +127,7 @@
 $ svn mv https://dist.apache.org/repos/dist/dev/ant/ivyde/$VERSION https://dist.apache.org/repos/dist/release/ant/ivyde/$VERSION
 ----
 
-In order to keep the main dist area of a reasonable size, old releases should be removed. They will disapear from the main dist but will still be available via the link:http://archive.apache.org/dist/ant/ivyde/[archive]. To do so, just use the `svn rm` command against the artifacts or folders to remove.
+In order to keep the main dist area of a reasonable size, old releases should be removed. They will disapear from the main dist but will still be available via the link:https://archive.apache.org/dist/ant/ivyde/[archive]. To do so, just use the `svn rm` command against the artifacts or folders to remove.
 
 === Deploy the updatesite
 
@@ -172,7 +172,7 @@
 ----
             {
                 "title":"$VERSION",
-                "url":"http://ant.apache.org/ivy/ivyde/history/$VERSION/index.html"
+                "url":"https://ant.apache.org/ivy/ivyde/history/$VERSION/index.html"
             }
 ----
 
diff --git a/doc/src/dev/updatesite.adoc b/doc/src/dev/updatesite.adoc
index f10246c..7ca9ca5 100644
--- a/doc/src/dev/updatesite.adoc
+++ b/doc/src/dev/updatesite.adoc
@@ -90,7 +90,7 @@
 To remove a version from the listed ones, edit the file `versions.xml`
 
 * If the version should not appear anymore, just delete the line listing the deleted version.
-* If the version should still be listed, prepend the reference to the old version by `http://archive.apache.org/dist/ant/ivy/updatesite/`
+* If the version should still be listed, prepend the reference to the old version by `https://archive.apache.org/dist/ant/ivyde/updatesite/`
 
 NB: adding or removing lines in `versions.xml` infer that you should edit the `size` attribute in the `versions.xml`, it should correspond to the number of "child" tags.
 
diff --git a/doc/src/eclipsevar.adoc b/doc/src/eclipsevar.adoc
index e282d8a..c45fee6 100644
--- a/doc/src/eclipsevar.adoc
+++ b/doc/src/eclipsevar.adoc
@@ -17,7 +17,7 @@
    under the License.
 ////
 
-Eclipse contains a link:http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.jdt.doc.user/reference/preferences/run-debug/ref-string_substitution.htm[string substitution mecanism]. This feature allows you to specify a path location that can be shared between developers.
+Eclipse contains a link:https://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.jdt.doc.user/reference/preferences/run-debug/ref-string_substitution.htm[string substitution mecanism]. This feature allows you to specify a path location that can be shared between developers.
 
 Apache IvyDE uses it to find the ivysettings.xml and properties files in both the link:preferences{outfilesuffix}#settings[global preference page] and the link:cpc/create{outfilesuffix}#localconf[project specific preference page].
 
diff --git a/doc/src/install.adoc b/doc/src/install.adoc
index eaefab5..adac23e 100644
--- a/doc/src/install.adoc
+++ b/doc/src/install.adoc
@@ -20,7 +20,7 @@
 == [[latest]]Install the last release via Internet
 
 For most users who have access to the internet it is easiest to install the latest release from the Apache IvyDE update site. So just look out there:
-http://ant.apache.org/ivy/ivyde/download.cgi
+https://ant.apache.org/ivy/ivyde/download.cgi
 
 == [[manual]]Manual install
 
@@ -32,7 +32,7 @@
 * plugins/org.apache.ivyde.eclipse_2.3.0.XXXX.jar
 
 You can then install them by unpacking the distribution in `$ECLIPSE_HOME/dropins` directory.
-For more information, please see link:http://wiki.eclipse.org/Equinox/p2/Getting_Started[Equinox/p2] documentation.
+For more information, please see link:https://wiki.eclipse.org/Equinox/p2/Getting_Started[Equinox/p2] documentation.
 
 === Install the latest Apache Ivy bundle
 
diff --git a/doc/src/release-notes.adoc b/doc/src/release-notes.adoc
index 920fcd4..241bc4f 100644
--- a/doc/src/release-notes.adoc
+++ b/doc/src/release-notes.adoc
@@ -27,13 +27,13 @@
 
 The Apache IvyDE project is pleased to announce its 2.3.0-rc1 release.
 
-The Apache IvyDE Eclipse plugin integrates Apache Ivy's dependency management into Eclipse. It lets you manage your dependencies declared in an ivy.xml in your Java Eclipse projects, or any other kind of project which needs dependency management. Apache IvyDE will contribute to the classpath of your Java project or you can make it retrieve your dependencies directly into your project. Last but not least Apache IvyDE offer editors of ivy.xml and ivysettings.xml files with completion. Get some preview here: http://ant.apache.org/ivy/ivyde/screenshots.html
+The Apache IvyDE Eclipse plugin integrates Apache Ivy's dependency management into Eclipse. It lets you manage your dependencies declared in an ivy.xml in your Java Eclipse projects, or any other kind of project which needs dependency management. Apache IvyDE will contribute to the classpath of your Java project or you can make it retrieve your dependencies directly into your project. Last but not least Apache IvyDE offer editors of ivy.xml and ivysettings.xml files with completion. Get some preview here: https://ant.apache.org/ivy/ivyde/screenshots.html
 
 == [[what]]What is Apache IvyDE?
 
 Apache IvyDE is the Eclipse plugin which integrates Apache Ivy's dependency management into Eclipse(TM).
 
-Apache IvyDE lets you manage your dependencies declared in an ivy.xml in your Java Eclipse projects, or any other kind of project which needs dependency management. Apache IvyDE will contribute to the classpath of your Java project or you can make it retrieve your dependencies directly into your project. Last but not least Apache IvyDE offer editors of ivy.xml and ivysettings.xml files with completion. Get some preview here: http://ant.apache.org/ivy/ivyde/screenshots.html.
+Apache IvyDE lets you manage your dependencies declared in an ivy.xml in your Java Eclipse projects, or any other kind of project which needs dependency management. Apache IvyDE will contribute to the classpath of your Java project or you can make it retrieve your dependencies directly into your project. Last but not least Apache IvyDE offer editors of ivy.xml and ivysettings.xml files with completion. Get some preview here: https://ant.apache.org/ivy/ivyde/screenshots.html.
 
 === [[majorchanges]]Major changes in this release:
 
@@ -44,19 +44,19 @@
 IvyDE now requires Java 7 and Eclipse 4.3 aka Eclipse Kepler as minimum.
 
 A more detailed release notes can be read at:
-http://ant.apache.org/ivy/ivyde/history/latest-milestone/release-notes.html
+https://ant.apache.org/ivy/ivyde/history/latest-milestone/release-notes.html
 
 Download the release at:
-http://ant.apache.org/ivy/ivyde/download.cgi
+https://ant.apache.org/ivy/ivyde/download.cgi
 
 Or use directly the Apache IvyDE's updatesite:
-http://www.apache.org/dist/ant/ivyde/updatesite
+https://www.apache.org/dist/ant/ivyde/updatesite
 
 Issues should be reported at:
 https://issues.apache.org/jira/browse/IVYDE
 
 More information can be found on the Apache IvyDE website:
-http://ant.apache.org/ivy/ivyde/
+https://ant.apache.org/ivy/ivyde/
 
 == [[changes]]List of Changes in this Release
 
diff --git a/doc/src/toc.json b/doc/src/toc.json
index 493accd..004179d 100644
--- a/doc/src/toc.json
+++ b/doc/src/toc.json
@@ -31,7 +31,7 @@
             },
             {
               "title":"License",
-              "url":"http://www.apache.org/licenses/",
+              "url":"https://www.apache.org/licenses/",
               "children": [
 
                 ]