提交 87f5f354 authored 作者: Thach Hoang's avatar Thach Hoang

Fix link to ErrorCode documentation

上级 a1928a42
...@@ -813,7 +813,7 @@ public class WebApp { ...@@ -813,7 +813,7 @@ public class WebApp {
if (isH2) { if (isH2) {
int code = se.getErrorCode(); int code = se.getErrorCode();
error += " <a href=\"http://h2database.com/javadoc/" + 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>"; "\">(${text.a.help})</a>";
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论