diff --git a/src/docbkx/book.xml b/src/docbkx/book.xml
index 151a6c970bd..e04555d0de4 100644
--- a/src/docbkx/book.xml
+++ b/src/docbkx/book.xml
@@ -477,9 +477,10 @@ htable.put(put);
tombstones themselves.
. If the version you specified when deleting a row is
larger than the version of any value in the row, then you can
- consider the complete row to be deletedSee Lars Hofhansl's blog on
- Deletion in HBase
- for an update on how deletes work..
+ consider the complete row to be deleted.
+ For an informative discussion on how deletes and versioning interact, see
+ the thread Put w/ timestamp -> Deleteall -> Put w/ timestamp fails
+ up on the user mailing list.Also see for more information on the internal KeyValue format.