File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ MyBatis SQL Mapper Framework for Java
9
9
[ ![ Stack Overflow] ( https://img.shields.io/:stack%20overflow-mybatis-brightgreen.svg )] ( https://stackoverflow.com/questions/tagged/mybatis )
10
10
[ ![ Project Stats] ( https://www.openhub.net/p/mybatis/widgets/project_thin_badge.gif )] ( https://www.openhub.net/p/mybatis )
11
11
12
- ![ mybatis] ( http ://mybatis.github.io /images/mybatis-logo.png)
12
+ ![ mybatis] ( https ://mybatis.org /images/mybatis-logo.png)
13
13
14
14
The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented applications.
15
15
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
18
18
Essentials
19
19
----------
20
20
21
- * [ See the docs] ( http ://mybatis.github.io /mybatis-3)
21
+ * [ See the docs] ( https ://mybatis.org /mybatis-3)
22
22
* [ Download Latest] ( https://github.com/mybatis/mybatis-3/releases )
23
23
* [ Download Snapshot] ( https://oss.sonatype.org/content/repositories/snapshots/org/mybatis/mybatis/ )
Original file line number Diff line number Diff line change 42
42
<coverSubTitle >v. ${project.version}</coverSubTitle >
43
43
<coverType >User Guide</coverType >
44
44
<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 >
46
46
<companyName >${project.organization.name}</companyName >
47
47
</cover >
48
48
</document >
You can’t perform that action at this time.
0 commit comments