From 9794409ca0780c67d8d22fad7232e96f8dc3558f Mon Sep 17 00:00:00 2001 From: Tanguy Leroux Date: Mon, 24 Jun 2019 16:19:15 +0200 Subject: [PATCH] Fix broken link --- docs/reference/release-notes/highlights-7.2.0.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/release-notes/highlights-7.2.0.asciidoc b/docs/reference/release-notes/highlights-7.2.0.asciidoc index 6083183a2a9..80ce76924fd 100644 --- a/docs/reference/release-notes/highlights-7.2.0.asciidoc +++ b/docs/reference/release-notes/highlights-7.2.0.asciidoc @@ -36,7 +36,7 @@ cluster to ensure that enough shard copies are safely kept around at all times (configurable with `index.number_of_replicas`). In addition to that, it is now possible to snapshot closed indices using -the <>. To include a closed index +the {ref}/modules-snapshots.html[Snapshot/Restore API]. To include a closed index when creating a snapshot on Elasticsearch 7.2+, the `expand_wildcards` parameter must be explicitly set to either `all` or `closed` .