HBASE-10469 HBase book client.html has a broken link (Vivek Ganesan)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1564826 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Hsieh 2014-02-05 16:44:53 +00:00
parent 3db5a52193
commit 1c46c16cc0
1 changed files with 1 additions and 1 deletions

View File

@ -1251,7 +1251,7 @@ connection.close();</programlisting>
</para>
<para>Note: <code>htable.delete(Delete);</code> does not go in the writebuffer! This only applies to Puts.
</para>
<para>For additional information on write durability, review the <link xlink:href="acid-semantics.html">ACID semantics</link> page.
<para>For additional information on write durability, review the <link xlink:href="../acid-semantics.html">ACID semantics</link> page.
</para>
<para>For fine-grained control of batching of
<classname>Put</classname>s or <classname>Delete</classname>s,