[site] Fix maven central repo links (and some others)
diff --git a/src/content/engine/2.0/index.mdtext b/src/content/engine/2.0/index.mdtext
index 1d77064..4be7589 100644
--- a/src/content/engine/2.0/index.mdtext
+++ b/src/content/engine/2.0/index.mdtext
@@ -10,9 +10,9 @@
 
 The current stable release version is version 2.2.
 
-The release distribution is available as a combined source/binary distribution in `tar.gz` and `zip` formats, and can be downloaded through the [Apache Mirror system](/download.cgi)..
+The release distribution is available as a combined source/binary distribution in `tar.gz` and `zip` formats, and can be downloaded through the [Apache Mirror system](/download.cgi).
 
-The Velocity jars are also available through the [central Maven repository](http://repo1.maven.org/maven2/org/apache/velocity/).
+The Velocity jars are also available through the [central Maven repository](https://search.maven.org/artifact/org.apache.velocity/velocity-engine-core/2.0/jar).
 
 Older releases are archived at the [Apache Velocity archives](http://archive.apache.org/dist/velocity/engine/).
 
diff --git a/src/content/engine/2.1/index.mdtext b/src/content/engine/2.1/index.mdtext
index 1d77064..f0c87e0 100644
--- a/src/content/engine/2.1/index.mdtext
+++ b/src/content/engine/2.1/index.mdtext
@@ -12,7 +12,7 @@
 
 The release distribution is available as a combined source/binary distribution in `tar.gz` and `zip` formats, and can be downloaded through the [Apache Mirror system](/download.cgi)..
 
-The Velocity jars are also available through the [central Maven repository](http://repo1.maven.org/maven2/org/apache/velocity/).
+The Velocity jars are also available through the [central Maven repository](https://search.maven.org/artifact/org.apache.velocity/velocity-engine-core/2.1/jar).
 
 Older releases are archived at the [Apache Velocity archives](http://archive.apache.org/dist/velocity/engine/).
 
diff --git a/src/content/engine/2.2/index.mdtext b/src/content/engine/2.2/index.mdtext
index 1d77064..7896e97 100644
--- a/src/content/engine/2.2/index.mdtext
+++ b/src/content/engine/2.2/index.mdtext
@@ -12,7 +12,7 @@
 
 The release distribution is available as a combined source/binary distribution in `tar.gz` and `zip` formats, and can be downloaded through the [Apache Mirror system](/download.cgi)..
 
-The Velocity jars are also available through the [central Maven repository](http://repo1.maven.org/maven2/org/apache/velocity/).
+The Velocity jars are also available through the [central Maven repository](https://search.maven.org/artifact/org.apache.velocity/velocity-engine-core/2.2/jar).
 
 Older releases are archived at the [Apache Velocity archives](http://archive.apache.org/dist/velocity/engine/).
 
diff --git a/src/content/engine/devel/index.mdtext b/src/content/engine/devel/index.mdtext
index fcde32b..f3337e4 100644
--- a/src/content/engine/devel/index.mdtext
+++ b/src/content/engine/devel/index.mdtext
@@ -12,7 +12,7 @@
 
 The release distribution is available as a combined source/binary distribution in `tar.gz` and `zip` formats, and can be downloaded through the [Apache Mirror system](/download.cgi)..
 
-The Velocity jars are also available through the [central Maven repository](http://repo1.maven.org/maven2/org/apache/velocity/).
+The Velocity jars are also available through the [central Maven repository](https://search.maven.org/artifact/org.apache.velocity/velocity-engine-core/2.2/jar).
 
 Older releases are archived at the [Apache Velocity archives](http://archive.apache.org/dist/velocity/engine/).
 
diff --git a/src/content/release-process.mdtext b/src/content/release-process.mdtext
index 601d7d7..929d445 100644
--- a/src/content/release-process.mdtext
+++ b/src/content/release-process.mdtext
@@ -12,10 +12,10 @@
 
 To create a release you have to install:
 
-* [Java Development Kit 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
-* [Maven 3](http://maven.apache.org/)
-* [GnuPG](http://www.gnupg.org/)
-* [OpenSSH](http://www.openssh.com/}OpenSSH)
+* [Java Development Kit 8](https://www.oracle.com/technetwork/java/javase/downloads/index.html)
+* [Maven 3](https://maven.apache.org/)
+* [GnuPG](https://www.gnupg.org/)
+* [OpenSSH](https://www.openssh.com/}OpenSSH)
 
 ### One-time operations
 
@@ -23,11 +23,11 @@
 
 * Create and publish your GPG key
 
-    To create a GPG key, follow the [guidelines](http://www.apache.org/dev/openpgp.html}guidelines). Insert in the file you find on people.apache.org at the directory:
+    To create a GPG key, follow the [guidelines](https://www.apache.org/dev/openpgp.html}guidelines). Insert in the file you find on people.apache.org at the directory:
     
         /www/www.apache.org/dist/velocity/
 
-	Publish your GPG key in a PGP key server, such as [MIT Keyserver](http://pgp.mit.edu/).
+	Publish your GPG key in a PGP key server, such as [MIT Keyserver](https://pgp.mit.edu/).
 
 * Modify `settings.xml`