Use HTTPS for external links wherever possible

See gh-16317
This commit is contained in:
Spring Operator
2019-03-26 04:15:00 -05:00
committed by Andy Wilkinson
parent 8059dceee4
commit 189eeefbb1
33 changed files with 130 additions and 130 deletions

View File

@@ -62,7 +62,7 @@ Simply add the `net.sf.ehcache:ehcache` dependency to the project. Since there i
default `ehcache.xml` configuration file at the root of the classpath, it is automatically
used to configure the underlying `CacheManager`. Note that EhCache 3 uses a different
format and doesn't default to `ehcache.xml` anymore. Check
http://www.ehcache.org/documentation/3.0/xml.html[the documentation] for more details.
https://www.ehcache.org/documentation/3.0/xml.html[the documentation] for more details.