Browse Source

[ILM] rest-spec for remove-policy had wrong link (#36083)

Tal Levy 6 years ago
parent
commit
78e07d467c

+ 1 - 1
x-pack/plugin/src/test/resources/rest-api-spec/api/ilm.remove_policy.json

@@ -1,6 +1,6 @@
 {
   "ilm.remove_policy": {
-    "documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-delete-policy.html",
+    "documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-remove-policy.html",
     "methods": [ "POST" ],
     "url": {
       "path": "/{index}/_ilm/remove",