Browse Source

[DOCS] Fix component template API link in JSON specs (#56884)

Tomas Della Vedova 5 years ago
parent
commit
f5360fc984

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/cluster.delete_component_template.json

@@ -1,7 +1,7 @@
 {
   "cluster.delete_component_template":{
     "documentation":{
-      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html",
+      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
       "description":"Deletes a component template"
     },
     "stability":"stable",

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/cluster.exists_component_template.json

@@ -1,7 +1,7 @@
 {
   "cluster.exists_component_template":{
     "documentation":{
-      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html",
+      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
       "description":"Returns information about whether a particular component template exist"
     },
     "stability":"stable",

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/cluster.get_component_template.json

@@ -1,7 +1,7 @@
 {
   "cluster.get_component_template":{
     "documentation":{
-      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html",
+      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
       "description":"Returns one or more component templates"
     },
     "stability":"stable",

+ 1 - 1
rest-api-spec/src/main/resources/rest-api-spec/api/cluster.put_component_template.json

@@ -1,7 +1,7 @@
 {
   "cluster.put_component_template":{
     "documentation":{
-      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html",
+      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-template.html",
       "description":"Creates or updates a component template"
     },
     "stability":"stable",