提交 d561bbf1 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Fix relative URL example in cheatSheet.html

上级 734243cd
...@@ -148,7 +148,7 @@ Reference: ...@@ -148,7 +148,7 @@ Reference:
<b><a href="features.html#connection_modes">Embedded</a></b><br /> <b><a href="features.html#connection_modes">Embedded</a></b><br />
<code>jdbc:h2:~/test</code> 'test' in the user home directory<br /> <code>jdbc:h2:~/test</code> 'test' in the user home directory<br />
<code>jdbc:h2:/data/test</code> 'test' in the directory /data<br /> <code>jdbc:h2:/data/test</code> 'test' in the directory /data<br />
<code>jdbc:h2:test</code> in the current(!) working directory<br /> <code>jdbc:h2:./test</code> in the current(!) working directory<br />
</p><p> </p><p>
<b><a href="features.html#in_memory_databases">In-Memory</a></b><br /> <b><a href="features.html#in_memory_databases">In-Memory</a></b><br />
<code>jdbc:h2:mem:test</code> multiple connections in one process<br /> <code>jdbc:h2:mem:test</code> multiple connections in one process<br />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论