[DOCS] Fixes broken links in rest API spec. (#60582)

This commit is contained in:
István Zoltán Szabó 2020-08-03 15:29:51 +02:00
parent 3409e019d2
commit 7c995aa3ff
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"indices.add_block":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-blocks.html",
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/index-modules-blocks.html",
"description":"Adds a block to an index."
},
"stability":"stable",

View File

@ -1,7 +1,7 @@
{
"indices.resolve_index":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-resolve-index.html",
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-resolve-index-api.html",
"description":"Returns information about any matching indices, aliases, and data streams"
},
"stability":"experimental",