Browse Source

[DOCS] Fix "Wait for Snapshot" link in ILM actions reference (#53269)

Corrects an anchor for the `Wait for Snapshot` action, which previously linked to the `Delete` action.
Romain Gonord 5 years ago
parent
commit
d1bd3957a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/ilm/policy-definitions.asciidoc

+ 1 - 1
docs/reference/ilm/policy-definitions.asciidoc

@@ -113,7 +113,7 @@ policy definition.
   - <<ilm-allocate-action,Allocate>>
   - <<ilm-freeze-action,Freeze>>
 * Delete
-  - <<ilm-delete-action,Wait For Snapshot>>
+  - <<ilm-wait-for-snapshot-action,Wait For Snapshot>>
   - <<ilm-delete-action,Delete>>
 
 [[ilm-allocate-action]]