Skip to content

Commit 3de7f64

Browse files
authored
Merge pull request #187 from hazendaz/master
Update urls and update urls on ehcache site
2 parents 38702d2 + 43341cc commit 3de7f64

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333

3434
<name>mybatis-ehcache</name>
3535
<description>Ehcache support for MyBatis Cache</description>
36-
<url>https://github.com/mybatis/ehcache-cache/</url>
36+
<url>https://www.mybatis.org/ehcache-cache/</url>
3737

3838
<scm>
3939
<connection>scm:git:ssh://git@github.com/mybatis/ehcache-cache.git</connection>
4040
<developerConnection>scm:git:ssh://git@github.com/mybatis/ehcache-cache.git</developerConnection>
4141
<tag>HEAD</tag>
42-
<url>http://github.com/mybatis/ehcache-cache</url>
42+
<url>http://github.com/mybatis/ehcache-cache/</url>
4343
</scm>
4444
<issueManagement>
4545
<system>GitHub Issue Management</system>

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)