Skip to content

Commit 4ba01b1

Browse files
authored
Merge pull request #2688 from hazendaz/master
[secure] Use mybatis.org directly for secure https
2 parents bfccdd4 + da4ed5e commit 4ba01b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MyBatis SQL Mapper Framework for Java
99
[![Stack Overflow](https://img.shields.io/:stack%20overflow-mybatis-brightgreen.svg)](https://stackoverflow.com/questions/tagged/mybatis)
1010
[![Project Stats](https://www.openhub.net/p/mybatis/widgets/project_thin_badge.gif)](https://www.openhub.net/p/mybatis)
1111

12-
![mybatis](http://mybatis.github.io/images/mybatis-logo.png)
12+
![mybatis](https://mybatis.org/images/mybatis-logo.png)
1313

1414
The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented applications.
1515
MyBatis couples objects with stored procedures or SQL statements using an XML descriptor or annotations.
@@ -18,6 +18,6 @@ Simplicity is the biggest advantage of the MyBatis data mapper over object relat
1818
Essentials
1919
----------
2020

21-
* [See the docs](http://mybatis.github.io/mybatis-3)
21+
* [See the docs](https://mybatis.org/mybatis-3)
2222
* [Download Latest](https://github.com/mybatis/mybatis-3/releases)
2323
* [Download Snapshot](https://oss.sonatype.org/content/repositories/snapshots/org/mybatis/mybatis/)

src/site/pdf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<coverSubTitle>v. ${project.version}</coverSubTitle>
4343
<coverType>User Guide</coverType>
4444
<projectName>${project.name}</projectName>
45-
<projectLogo>http://mybatis.github.io/images/mybatis-logo.png</projectLogo>
45+
<projectLogo>https://mybatis.org/images/mybatis-logo.png</projectLogo>
4646
<companyName>${project.organization.name}</companyName>
4747
</cover>
4848
</document>

0 commit comments

Comments
 (0)