Docs: Fixed bad links

This commit is contained in:
Clinton Gormley 2015-07-07 16:08:10 +02:00
parent 3ffb50828b
commit aaf1d14b21
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ The data in the transaction log is only persisted to disk when the translog is
since the previous translog commit will be lost.
By default, Elasticsearch ++fsync++s and commits the translog every 5 seconds
and at the end of every <<docs-index_,index>>, <<doc-delete,delete>>,
<<doc-update,update>>, or <<docs-bulk,bulk>> request. In fact, Elasticsearch
and at the end of every <<docs-index_,index>>, <<docs-delete,delete>>,
<<docs-update,update>>, or <<docs-bulk,bulk>> request. In fact, Elasticsearch
will only report success of an index, delete, update, or bulk request to the
client after the transaction log has been successfully ++fsync++ed and committed
on the primary and on every allocated replica.