We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82165b5 commit 0dd809bCopy full SHA for 0dd809b
src/main/java/org/apache/ibatis/session/defaults/DefaultSqlSession.java
@@ -39,7 +39,7 @@
39
/**
40
*
41
* 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
+ * Refer <a href="http://mybatis.github.io/mybatis-3/getting-started.html">SqlSession docs</a> for more info
43
44
* @author Clinton Begin
45
*/
0 commit comments