Skip to content

Commit fbf8866

Browse files
authored
Merge pull request #713 from hazendaz/master
Use https where possible
2 parents faed2ed + 8802271 commit fbf8866

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MyBatis Spring Adapter
77
[![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/https/oss.sonatype.org/org.mybatis/mybatis-spring.svg)](https://oss.sonatype.org/content/repositories/snapshots/org/mybatis/mybatis-spring/)
88
[![License](https://img.shields.io/:license-apache-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
99

10-
![mybatis-spring](http://mybatis.github.io/images/mybatis-logo.png)
10+
![mybatis-spring](https://mybatis.org/images/mybatis-logo.png)
1111

1212
MyBatis-Spring adapter is an easy-to-use Spring bridge for MyBatis sql mapping framework.
1313

@@ -21,5 +21,5 @@ Supported Versions
2121
Essentials
2222
----------
2323

24-
* [See the published docs](http://mybatis.github.io/spring/)
24+
* [See the published docs](https://mybatis.org/spring/)
2525
* [See the snapshot docs](src/site/markdown) (Note: may contain explanation of unreleased features)

src/site/resources/css/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/*
1717
* when new flags are needed, take them from
1818
*
19-
* http://www.printableworldflags.com/flag-icon
19+
* https://www.printableworldflags.com/flag-icon
2020
*
2121
* that are free for any kind of usage
2222
*/

src/site/resources/es/css/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/*
1717
* when new flags are needed, take them from
1818
*
19-
* http://www.printableworldflags.com/flag-icon
19+
* https://www.printableworldflags.com/flag-icon
2020
*
2121
* that are free for any kind of usage
2222
*/

src/site/resources/ja/css/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/*
1717
* when new flags are needed, take them from
1818
*
19-
* http://www.printableworldflags.com/flag-icon
19+
* https://www.printableworldflags.com/flag-icon
2020
*
2121
* that are free for any kind of usage
2222
*/

src/site/resources/ko/css/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/*
1717
* when new flags are needed, take them from
1818
*
19-
* http://www.printableworldflags.com/flag-icon
19+
* https://www.printableworldflags.com/flag-icon
2020
*
2121
* that are free for any kind of usage
2222
*/

src/site/resources/zh/css/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/*
1717
* when new flags are needed, take them from
1818
*
19-
* http://www.printableworldflags.com/flag-icon
19+
* https://www.printableworldflags.com/flag-icon
2020
*
2121
* that are free for any kind of usage
2222
*/

0 commit comments

Comments
 (0)