Skip to content

Commit 43341cc

Browse files
committed
[site] Update ehcache to secure site and more recent version
1 parent c4603ee commit 43341cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/site/xdoc/index.xml.vm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<body>
2929
<section name="MyBatis Ehcache Adapter - Reference Documentation">
3030

31-
<p><a href="http://ehcache.org/">Ehcache</a> is a widely used java distributed cache for general purpose caching,
31+
<p><a href="https://www.ehcache.org/">Ehcache</a> is a widely used java distributed cache for general purpose caching,
3232
Java EE and light-weight containers.</p>
3333
<p>The Ehcache integration is built on top of the <code>ehcache</code> and comes without any Ehcache 3rd party applications.
3434
Please refer to official Ehcache <a href="https://www.ehcache.org/documentation/">documentation</a> if you need plugins.</p>
@@ -66,7 +66,7 @@
6666
...
6767
</mapper>]]></source>
6868

69-
<p>You may need to use a blocking cache. See the details <a href="http://ehcache.org/documentation/2.8/apis/constructs">here</a>.
69+
<p>You may need to use a blocking cache. See the details <a href="https://www.ehcache.org/generated/2.10.4/html/ehc-all/#page/Ehcache_Documentation_Set%2Fco-bsp_blocking_class.html%23">here</a>.
7070
This is how it is configured:</p>
7171

7272
<source><![CDATA[<mapper namespace="org.acme.FooMapper">
@@ -75,7 +75,7 @@
7575
</mapper>]]></source>
7676

7777
<p>Users that need to configure Ehcache through XML configuration file, have to put in the classpath the <code>/ehcache.xml</code> resource.
78-
Please refer to the official Ehcache <a href="http://Ehcache.org/documentation/configuration.html">documentation</a> to know more details.</p>
78+
Please refer to the official Ehcache <a href="https://www.ehcache.org/generated/2.10.4/html/ehc-all/#page/Ehcache_Documentation_Set%2Fco-cfgbasics_xml_configuration.html%23">documentation</a> to know more details.</p>
7979

8080
<p>If the <code>/ehcache.xml</code> resource is not found or something goes wrong while loading it, the default configuration will be used.</p>
8181
</section>

0 commit comments

Comments
 (0)