Browse Source

Docs: Update snapshots.asciidoc

Added a link so you directly get to the page that tells how to open/close an index.

Closes #7286
Carsten Brandt 11 years ago
parent
commit
6a6c45e2d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/modules/snapshots.asciidoc

+ 1 - 1
docs/reference/modules/snapshots.asciidoc

@@ -203,7 +203,7 @@ $ curl -XPOST "localhost:9200/_snapshot/my_backup/snapshot_1/_restore" -d '{
 -----------------------------------
 
 The restore operation can be performed on a functioning cluster. However, an existing index can be only restored if it's
-closed. The restore operation automatically opens restored indices if they were closed and creates new indices if they
+<<indices-open-close,closed>>. The restore operation automatically opens restored indices if they were closed and creates new indices if they
 didn't exist in the cluster. If cluster state is restored, the restored templates that don't currently exist in the
 cluster are added and existing templates with the same name are replaced by the restored templates. The restored
 persistent settings are added to the existing persistent settings.