提交 b9cf859a authored 作者: Noel Grandin's avatar Noel Grandin

Merge pull request #260 from thachhoang/master

Fix link to ErrorCode documentation
......@@ -813,7 +813,7 @@ public class WebApp {
if (isH2) {
int code = se.getErrorCode();
error += " <a href=\"http://h2database.com/javadoc/" +
"org/h2/constant/ErrorCode.html#c" + code +
"org/h2/api/ErrorCode.html#c" + code +
"\">(${text.a.help})</a>";
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论