Skip to content

Commit 0dd809b

Browse files
committed
Update DefaultSqlSession.java
1 parent 82165b5 commit 0dd809b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/ibatis/session/defaults/DefaultSqlSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
/**
4040
*
4141
* Note: This class is not Thread-Safe. Only one thread at a time should access {@link DefaultSqlSession}.
42-
* Refer <a href="https://github.com/mybatis/mybatis-3/blob/master/src/site/xdoc/getting-started.xml#L384">docs</a> for more info
42+
* Refer <a href="http://mybatis.github.io/mybatis-3/getting-started.html">SqlSession docs</a> for more info
4343
*
4444
* @author Clinton Begin
4545
*/

0 commit comments

Comments
 (0)