Always use https to access Eclipse web sites

Change-Id: I4f111300fbe76972067d71f38f93319a449e15c1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
diff --git a/documentation/_index.html b/documentation/_index.html
index 839d168..1520c1e 100644
--- a/documentation/_index.html
+++ b/documentation/_index.html
@@ -1,11 +1,11 @@
 <ul>
 	<li><b><a
-		href="http://www.eclipse.org/forums/index.php?t=thread&frm_id=48"
+		href="https://www.eclipse.org/forums/index.php?t=thread&frm_id=48"
 		rel="nofollow">EGit/JGit Forums</a></b> - ask questions here if you need help!</li>
-	<li><b><a href="http://wiki.eclipse.org/JGit/User_Guide"
+	<li><b><a href="https://wiki.eclipse.org/JGit/User_Guide"
 		title="JGit User Guide">JGit User Guide</a></b> - JGit user guide</li>
 	<li><a
-		href="http://download.eclipse.org/jgit/site/@API_VERSION@/apidocs/index.html"
+		href="https://download.eclipse.org/jgit/site/@API_VERSION@/apidocs/index.html"
 		title="API Documentation">API Documentation</a> - Javadoc for org.eclipse.jgit</li>
 	<li><b><a
     href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;classification=Technology&amp;product=JGit&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailtype1=exact&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0="
diff --git a/download/_index.html b/download/_index.html
index 71aae3d..93a2f9a 100644
--- a/download/_index.html
+++ b/download/_index.html
@@ -3,12 +3,12 @@
 <li><a href="@MAVEN_REPO@/org/eclipse/jgit/org.eclipse.jgit/@VERSION@/org.eclipse.jgit-@VERSION@.jar">org.eclipse.jgit.jar</a> (Raw API library)</li>
 <li><a href="@MAVEN_REPO@/org/eclipse/jgit/org.eclipse.jgit/@VERSION@/org.eclipse.jgit-@VERSION@-javadoc.jar">org.eclipse.jgit-javadoc.jar</a> (JavaDoc archive)</li>
 <li><a href="@MAVEN_REPO@/org/eclipse/jgit/org.eclipse.jgit.pgm/@VERSION@/org.eclipse.jgit.pgm-@VERSION@.sh">jgit.sh</a> (Self-contained command line executable)</li>
-<li><a href="http://download.eclipse.org/jgit/site/@API_VERSION@/">JGit @API_VERSION@ Projects Overview</a> (Maven Site)</li>
-<li><a href="http://download.eclipse.org/jgit/site/@API_VERSION@/apidocs/index.html">org.eclipse.jgit JavaDoc</a> (online JavaDoc)</li>
-<li><a href="http://download.eclipse.org/jgit/site/@API_VERSION@/org.eclipse.jgit/japicmp.html">JGit API changes since previous release</a> (online japicmp API changes report)</li>
+<li><a href="https://download.eclipse.org/jgit/site/@API_VERSION@/">JGit @API_VERSION@ Projects Overview</a> (Maven Site)</li>
+<li><a href="https://download.eclipse.org/jgit/site/@API_VERSION@/apidocs/index.html">org.eclipse.jgit JavaDoc</a> (online JavaDoc)</li>
+<li><a href="https://download.eclipse.org/jgit/site/@API_VERSION@/org.eclipse.jgit/japicmp.html">JGit API changes since previous release</a> (online japicmp API changes report)</li>
 </ul>
 
-Find the list of older JGit versions <a href="http://wiki.eclipse.org/JGit/FAQ#Where_can_I_find_older_releases_of_JGit.3F">here</a>.
+Find the list of older JGit versions <a href="https://wiki.eclipse.org/JGit/FAQ#Where_can_I_find_older_releases_of_JGit.3F">here</a>.
 
 <h2>Maven Repository</h2>
 <p>JGit can be consumed in a Maven build.  Multiple artifacts are available,
@@ -76,15 +76,15 @@
 <h2>P2 Installation</h2>
 <p>JGit can be installed from the <a href="http://www.eclipse.org/egit/">EGit</a> repository:</p>
 <ul>
-<li>Main Site: <a href="http://download.eclipse.org/egit/updates">http://download.eclipse.org/egit/updates</a> (Recommended)</li>
-<li>2019-09 Site (Eclipse 2019-09 uses JGit 5.5.0): <a href="http://download.eclipse.org/releases/2019-09">http://download.eclipse.org/releases/2019-09</a></li>
+<li>Main Site: <a href="https://download.eclipse.org/egit/updates">https://download.eclipse.org/egit/updates</a> (Recommended)</li>
+<li>2019-09 Site (Eclipse 2019-09 uses JGit 5.5.0): <a href="https://download.eclipse.org/releases/2019-09">https://download.eclipse.org/releases/2019-09</a></li>
 </ul>
 
 <h2>Development Builds</h2>
 <p>If you like to use the latest development version, you can install JGit from the EGit nightly repository:</p>
 <ul>
-<li>development build (master branch): <a href="http://download.eclipse.org/egit/updates-nightly">http://download.eclipse.org/egit/updates-nightly</a>.</li>
-<li>maintenance build (latest stable branch): <a href="http://download.eclipse.org/egit/updates-stable-nightly">http://download.eclipse.org/egit/updates-stable-nightly</a>.</li>
+<li>development build (master branch): <a href="https://download.eclipse.org/egit/updates-nightly">https://download.eclipse.org/egit/updates-nightly</a>.</li>
+<li>maintenance build (latest stable branch): <a href="https://download.eclipse.org/egit/updates-stable-nightly">https://download.eclipse.org/egit/updates-stable-nightly</a>.</li>
 </ul>
 
 <p>You can also build JGit from scratch following our <a href="http://wiki.eclipse.org/EGit/Contributor_Guide#Builds">contributor guide</a>.</p>