Use HTTPS in URL
diff --git a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/props/PropertyLoader.java b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/props/PropertyLoader.java
index 8af05a5..34007f5 100644
--- a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/props/PropertyLoader.java
+++ b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/props/PropertyLoader.java
@@ -34,7 +34,7 @@
* The original source is from:
* <p>
* @author (C) <a
- * href="http://www.javaworld.com/columns/jw-qna-index.shtml">Vlad
+ * href="https://www.javaworld.com/columns/jw-qna-index.shtml">Vlad
* Roubtsov </a>, 2003
*/
public abstract class PropertyLoader
diff --git a/xdocs/JCSandJCACHE.xml b/xdocs/JCSandJCACHE.xml
index 03d68f9..50898eb 100644
--- a/xdocs/JCSandJCACHE.xml
+++ b/xdocs/JCSandJCACHE.xml
@@ -41,7 +41,7 @@
<section name="JCS and JCACHE (JSR-107)">
<p>
The JCS is an attempt to build a system close to JCACHE , <a
- href="http://jcp.org/jsr/detail/107.jsp">JSR-107</a>, a
+ href="https://jcp.org/jsr/detail/107.jsp">JSR-107</a>, a
description of the caching system used in Oracle9i. JCS grew
out of my work over the past two years to build an enterprise
level caching system. Though it is replete with good ideas,
diff --git a/xdocs/faq.fml b/xdocs/faq.fml
index 3d5c8a1..bfe0774 100644
--- a/xdocs/faq.fml
+++ b/xdocs/faq.fml
@@ -148,7 +148,7 @@
<answer>
<p>
You first need to install
- <a href="http://maven.apache.org/">Maven</a>
+ <a href="https://maven.apache.org/">Maven</a>
After installing run
"mvn test" which compiles and tests the entire package.
To build a jar run "mvn package".
diff --git a/xdocs/getting_started/intro.xml b/xdocs/getting_started/intro.xml
index e8e889d..ceb4083 100644
--- a/xdocs/getting_started/intro.xml
+++ b/xdocs/getting_started/intro.xml
@@ -103,7 +103,7 @@
RMI remote server) requires only two other jars.
</p>
<p>
- <a href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html">
+ <a href="https://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html">
concurrent
</a>
</p>