diff --git a/rest-api-spec/api/bulk.json b/rest-api-spec/api/bulk.json index e517bd0078e..87826e4126c 100644 --- a/rest-api-spec/api/bulk.json +++ b/rest-api-spec/api/bulk.json @@ -1,6 +1,6 @@ { "bulk": { - "documentation": "http://elasticsearch.org/guide/reference/api/bulk/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-bulk.html", "methods": ["POST", "PUT"], "url": { "path": "/_bulk", diff --git a/rest-api-spec/api/clear_scroll.json b/rest-api-spec/api/clear_scroll.json index f4d8a6058e9..d9b2394ab00 100644 --- a/rest-api-spec/api/clear_scroll.json +++ b/rest-api-spec/api/clear_scroll.json @@ -1,6 +1,6 @@ { "clear_scroll": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/search/scroll/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-scroll.html", "methods": ["DELETE"], "url": { "path": "/_search/scroll/{scroll_id}", diff --git a/rest-api-spec/api/cluster.get_settings.json b/rest-api-spec/api/cluster.get_settings.json index 36e7697aa75..31290b7385e 100644 --- a/rest-api-spec/api/cluster.get_settings.json +++ b/rest-api-spec/api/cluster.get_settings.json @@ -1,6 +1,6 @@ { "cluster.get_settings": { - "documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-update-settings/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-update-settings.html", "methods": ["GET"], "url": { "path": "/_cluster/settings", diff --git a/rest-api-spec/api/cluster.health.json b/rest-api-spec/api/cluster.health.json index bc6765e6761..8f7d0b47b03 100644 --- a/rest-api-spec/api/cluster.health.json +++ b/rest-api-spec/api/cluster.health.json @@ -1,6 +1,6 @@ { "cluster.health": { - "documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-health/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-health.html", "methods": ["GET"], "url": { "path": "/_cluster/health", diff --git a/rest-api-spec/api/cluster.node_hot_threads.json b/rest-api-spec/api/cluster.node_hot_threads.json index 4777cb9e456..3d87185a64d 100644 --- a/rest-api-spec/api/cluster.node_hot_threads.json +++ b/rest-api-spec/api/cluster.node_hot_threads.json @@ -1,6 +1,6 @@ { "cluster.node_hot_threads": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-cluster-nodes-hot-threads/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-nodes-hot-threads.html", "methods": ["GET"], "url": { "path": "/_cluster/nodes/hot_threads", diff --git a/rest-api-spec/api/cluster.node_info.json b/rest-api-spec/api/cluster.node_info.json index 563cb952924..c921c657e13 100644 --- a/rest-api-spec/api/cluster.node_info.json +++ b/rest-api-spec/api/cluster.node_info.json @@ -1,6 +1,6 @@ { "cluster.node_info": { - "documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-nodes-info/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-nodes-info.html", "methods": ["GET"], "url": { "path": "/_nodes", diff --git a/rest-api-spec/api/cluster.node_shutdown.json b/rest-api-spec/api/cluster.node_shutdown.json index 1fa327b3707..dad92f6c377 100644 --- a/rest-api-spec/api/cluster.node_shutdown.json +++ b/rest-api-spec/api/cluster.node_shutdown.json @@ -1,6 +1,6 @@ { "cluster.node_shutdown": { - "documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-nodes-shutdown/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-nodes-shutdown.html", "methods": ["POST"], "url": { "path": "/_shutdown", diff --git a/rest-api-spec/api/cluster.node_stats.json b/rest-api-spec/api/cluster.node_stats.json index d0854b16f46..1ef0cb09245 100644 --- a/rest-api-spec/api/cluster.node_stats.json +++ b/rest-api-spec/api/cluster.node_stats.json @@ -1,6 +1,6 @@ { "cluster.node_stats": { - "documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-nodes-stats/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-nodes-stats.html", "methods": ["GET"], "url": { "path": "/_nodes/stats", diff --git a/rest-api-spec/api/cluster.put_settings.json b/rest-api-spec/api/cluster.put_settings.json index 8110e63292e..4618b35a2dc 100644 --- a/rest-api-spec/api/cluster.put_settings.json +++ b/rest-api-spec/api/cluster.put_settings.json @@ -1,6 +1,6 @@ { "cluster.put_settings": { - "documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-update-settings/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-update-settings.html", "methods": ["PUT"], "url": { "path": "/_cluster/settings", diff --git a/rest-api-spec/api/cluster.reroute.json b/rest-api-spec/api/cluster.reroute.json index 53c1280ca46..e9bdf2f90af 100644 --- a/rest-api-spec/api/cluster.reroute.json +++ b/rest-api-spec/api/cluster.reroute.json @@ -1,6 +1,6 @@ { "cluster.reroute": { - "documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-reroute/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-reroute.html", "methods": ["POST"], "url": { "path": "/_cluster/reroute", diff --git a/rest-api-spec/api/cluster.state.json b/rest-api-spec/api/cluster.state.json index 4cff72e908d..44462d509e8 100644 --- a/rest-api-spec/api/cluster.state.json +++ b/rest-api-spec/api/cluster.state.json @@ -1,6 +1,6 @@ { "cluster.state": { - "documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-state/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-state.html", "methods": ["GET"], "url": { "path": "/_cluster/state", diff --git a/rest-api-spec/api/count.json b/rest-api-spec/api/count.json index 20e5a3043a6..390114372de 100644 --- a/rest-api-spec/api/count.json +++ b/rest-api-spec/api/count.json @@ -1,6 +1,6 @@ { "count": { - "documentation": "http://elasticsearch.org/guide/reference/api/count/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-count.html", "methods": ["POST", "GET"], "url": { "path": "/_count", diff --git a/rest-api-spec/api/create.json b/rest-api-spec/api/create.json index abc42e05df1..7da4fbf3e06 100644 --- a/rest-api-spec/api/create.json +++ b/rest-api-spec/api/create.json @@ -1,6 +1,6 @@ { "create": { - "documentation": "http://elasticsearch.org/guide/reference/api/index_/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-index_.html", "methods": ["POST", "PUT"], "url": { "path": "/{index}/{type}", diff --git a/rest-api-spec/api/delete.json b/rest-api-spec/api/delete.json index 05eb08dc3f8..f49f4f7e0e3 100644 --- a/rest-api-spec/api/delete.json +++ b/rest-api-spec/api/delete.json @@ -1,6 +1,6 @@ { "delete": { - "documentation": "http://elasticsearch.org/guide/reference/api/delete/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-delete.html", "methods": ["DELETE"], "url": { "path": "/{index}/{type}/{id}", diff --git a/rest-api-spec/api/delete_by_query.json b/rest-api-spec/api/delete_by_query.json index 5ed43acb675..fe19e5fdcb3 100644 --- a/rest-api-spec/api/delete_by_query.json +++ b/rest-api-spec/api/delete_by_query.json @@ -1,6 +1,6 @@ { "delete_by_query": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/delete-by-query/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-delete-by-query.html", "methods": ["DELETE"], "url": { "path": "/{index}/_query", diff --git a/rest-api-spec/api/exists.json b/rest-api-spec/api/exists.json index 16e51d7bc3b..ead332b23dc 100644 --- a/rest-api-spec/api/exists.json +++ b/rest-api-spec/api/exists.json @@ -1,6 +1,6 @@ { "exists": { - "documentation": "http://elasticsearch.org/guide/reference/api/get/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-get.html", "methods": ["HEAD"], "url": { "path": "/{index}/{type}/{id}", diff --git a/rest-api-spec/api/explain.json b/rest-api-spec/api/explain.json index 325fdc184c8..cc6e9d9ecd4 100644 --- a/rest-api-spec/api/explain.json +++ b/rest-api-spec/api/explain.json @@ -1,6 +1,6 @@ { "explain": { - "documentation": "http://elasticsearch.org/guide/reference/api/explain/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-explain.html", "methods": ["GET", "POST"], "url": { "path": "/{index}/{type}/{id}/_explain", diff --git a/rest-api-spec/api/get.json b/rest-api-spec/api/get.json index 346572eb6c2..bea982f3c83 100644 --- a/rest-api-spec/api/get.json +++ b/rest-api-spec/api/get.json @@ -1,6 +1,6 @@ { "get": { - "documentation": "http://elasticsearch.org/guide/reference/api/get/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-get.html", "methods": ["GET"], "url": { "path": "/{index}/{type}/{id}", diff --git a/rest-api-spec/api/get_source.json b/rest-api-spec/api/get_source.json index bb4e42c6b70..09560e78fac 100644 --- a/rest-api-spec/api/get_source.json +++ b/rest-api-spec/api/get_source.json @@ -1,6 +1,6 @@ { "get_source": { - "documentation": "http://elasticsearch.org/guide/reference/api/get/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-get.html", "methods": ["GET"], "url": { "path": "/{index}/{type}/{id}/_source", diff --git a/rest-api-spec/api/index.json b/rest-api-spec/api/index.json index 6f74c9d586a..f0976b3d5e0 100644 --- a/rest-api-spec/api/index.json +++ b/rest-api-spec/api/index.json @@ -1,6 +1,6 @@ { "index": { - "documentation": "http://elasticsearch.org/guide/reference/api/index_/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-index_.html", "methods": ["POST", "PUT"], "url": { "path": "/{index}/{type}", diff --git a/rest-api-spec/api/indices.analyze.json b/rest-api-spec/api/indices.analyze.json index 804501c6885..433de4c4bce 100644 --- a/rest-api-spec/api/indices.analyze.json +++ b/rest-api-spec/api/indices.analyze.json @@ -1,6 +1,6 @@ { "indices.analyze": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-analyze/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-analyze.html", "methods": ["GET", "POST"], "url": { "path": "/_analyze", diff --git a/rest-api-spec/api/indices.clear_cache.json b/rest-api-spec/api/indices.clear_cache.json index 14a74fcbaaa..aaeca62a712 100644 --- a/rest-api-spec/api/indices.clear_cache.json +++ b/rest-api-spec/api/indices.clear_cache.json @@ -1,6 +1,6 @@ { "indices.clear_cache": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-clearcache/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-clearcache.html", "methods": ["POST", "GET"], "url": { "path": "/_cache/clear", diff --git a/rest-api-spec/api/indices.close.json b/rest-api-spec/api/indices.close.json index e74e613c178..564d99e10fa 100644 --- a/rest-api-spec/api/indices.close.json +++ b/rest-api-spec/api/indices.close.json @@ -1,6 +1,6 @@ { "indices.close": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-open-close/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-open-close.html", "methods": ["POST"], "url": { "path": "/{index}/_close", diff --git a/rest-api-spec/api/indices.create.json b/rest-api-spec/api/indices.create.json index 4ef525a5a66..efdfa5fe637 100644 --- a/rest-api-spec/api/indices.create.json +++ b/rest-api-spec/api/indices.create.json @@ -1,6 +1,6 @@ { "indices.create": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-create-index/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-create-index.html", "methods": ["PUT", "POST"], "url": { "path": "/{index}", diff --git a/rest-api-spec/api/indices.delete.json b/rest-api-spec/api/indices.delete.json index 7eb8c5eaf58..ee08f77cddd 100644 --- a/rest-api-spec/api/indices.delete.json +++ b/rest-api-spec/api/indices.delete.json @@ -1,6 +1,6 @@ { "indices.delete": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-delete-index/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-delete-index.html", "methods": ["DELETE"], "url": { "path": "/", diff --git a/rest-api-spec/api/indices.delete_alias.json b/rest-api-spec/api/indices.delete_alias.json index 75ea65f0a2e..f930e64e380 100644 --- a/rest-api-spec/api/indices.delete_alias.json +++ b/rest-api-spec/api/indices.delete_alias.json @@ -1,6 +1,6 @@ { "indices.delete_alias": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-aliases/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-aliases.html", "methods": ["DELETE"], "url": { "path": "/{index}/_alias/{name}", diff --git a/rest-api-spec/api/indices.delete_mapping.json b/rest-api-spec/api/indices.delete_mapping.json index b40fe820c43..d6a159e8761 100644 --- a/rest-api-spec/api/indices.delete_mapping.json +++ b/rest-api-spec/api/indices.delete_mapping.json @@ -1,6 +1,6 @@ { "indices.delete_mapping": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-delete-mapping/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-delete-mapping.html", "methods": ["DELETE"], "url": { "path": "/{index}/{type}/_mapping", diff --git a/rest-api-spec/api/indices.delete_template.json b/rest-api-spec/api/indices.delete_template.json index 132ef949c52..501beb13bd8 100644 --- a/rest-api-spec/api/indices.delete_template.json +++ b/rest-api-spec/api/indices.delete_template.json @@ -1,6 +1,6 @@ { "indices.delete_template": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-templates/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-templates.html", "methods": ["DELETE"], "url": { "path": "/_template/{name}", diff --git a/rest-api-spec/api/indices.delete_warmer.json b/rest-api-spec/api/indices.delete_warmer.json index c0a35d27c04..f8bbc5d29f7 100644 --- a/rest-api-spec/api/indices.delete_warmer.json +++ b/rest-api-spec/api/indices.delete_warmer.json @@ -1,6 +1,6 @@ { "indices.delete_warmer": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-warmers/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-warmers.html", "methods": ["DELETE"], "url": { "path": "/{index}/_warmer", diff --git a/rest-api-spec/api/indices.exists.json b/rest-api-spec/api/indices.exists.json index 0b91868b963..241beba86fb 100644 --- a/rest-api-spec/api/indices.exists.json +++ b/rest-api-spec/api/indices.exists.json @@ -1,6 +1,6 @@ { "indices.exists": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-indices-exists/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-get-settings.html", "methods": ["HEAD"], "url": { "path": "/{index}", diff --git a/rest-api-spec/api/indices.exists_alias.json b/rest-api-spec/api/indices.exists_alias.json index 2c286e25517..b95b204391a 100644 --- a/rest-api-spec/api/indices.exists_alias.json +++ b/rest-api-spec/api/indices.exists_alias.json @@ -1,6 +1,6 @@ { "indices.exists_alias": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-aliases/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-aliases.html", "methods": ["HEAD"], "url": { "path": "/_alias/{name}", diff --git a/rest-api-spec/api/indices.exists_type.json b/rest-api-spec/api/indices.exists_type.json index 0572e2b362e..8efef3a4e68 100644 --- a/rest-api-spec/api/indices.exists_type.json +++ b/rest-api-spec/api/indices.exists_type.json @@ -1,6 +1,6 @@ { "indices.exists_type": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-types-exists/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-types-exists.html", "methods": ["HEAD"], "url": { "path": "/{index}/{type}", diff --git a/rest-api-spec/api/indices.flush.json b/rest-api-spec/api/indices.flush.json index efabeea941a..fe70c2e77bf 100644 --- a/rest-api-spec/api/indices.flush.json +++ b/rest-api-spec/api/indices.flush.json @@ -1,6 +1,6 @@ { "indices.flush": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-flush/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-flush.html", "methods": ["POST", "GET"], "url": { "path": "/_flush", diff --git a/rest-api-spec/api/indices.get_alias.json b/rest-api-spec/api/indices.get_alias.json index d1d8e7edec3..61126fa963e 100644 --- a/rest-api-spec/api/indices.get_alias.json +++ b/rest-api-spec/api/indices.get_alias.json @@ -1,6 +1,6 @@ { "indices.get_alias": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-aliases/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-aliases.html", "methods": ["GET"], "url": { "path": "/_alias/{name}", diff --git a/rest-api-spec/api/indices.get_aliases.json b/rest-api-spec/api/indices.get_aliases.json index e61dffe421b..508c94e3c0c 100644 --- a/rest-api-spec/api/indices.get_aliases.json +++ b/rest-api-spec/api/indices.get_aliases.json @@ -1,6 +1,6 @@ { "indices.get_aliases": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-aliases/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-aliases.html", "methods": ["GET"], "url": { "path": "/_aliases", diff --git a/rest-api-spec/api/indices.get_mapping.json b/rest-api-spec/api/indices.get_mapping.json index 426d5e1c47e..75cf384ff32 100644 --- a/rest-api-spec/api/indices.get_mapping.json +++ b/rest-api-spec/api/indices.get_mapping.json @@ -1,6 +1,6 @@ { "indices.get_mapping": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-get-mapping/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-get-mapping.html", "methods": ["GET"], "url": { "path": "/_mapping", diff --git a/rest-api-spec/api/indices.get_settings.json b/rest-api-spec/api/indices.get_settings.json index f938030f007..ae6b6e33c38 100644 --- a/rest-api-spec/api/indices.get_settings.json +++ b/rest-api-spec/api/indices.get_settings.json @@ -1,6 +1,6 @@ { "indices.get_settings": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-get-settings/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-get-mapping.html", "methods": ["GET"], "url": { "path": "/_settings", diff --git a/rest-api-spec/api/indices.get_template.json b/rest-api-spec/api/indices.get_template.json index 482d4b306cf..3f9e0143b48 100644 --- a/rest-api-spec/api/indices.get_template.json +++ b/rest-api-spec/api/indices.get_template.json @@ -1,6 +1,6 @@ { "indices.get_template": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-templates/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-templates.html", "methods": ["GET"], "url": { "path": "/_template/{name}", diff --git a/rest-api-spec/api/indices.get_warmer.json b/rest-api-spec/api/indices.get_warmer.json index dc5531d6ead..ae17b957ef6 100644 --- a/rest-api-spec/api/indices.get_warmer.json +++ b/rest-api-spec/api/indices.get_warmer.json @@ -1,6 +1,6 @@ { "indices.get_warmer": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-warmers/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-warmers.html", "methods": ["GET"], "url": { "path": "/{index}/_warmer", diff --git a/rest-api-spec/api/indices.open.json b/rest-api-spec/api/indices.open.json index 75050913e57..053e95fc702 100644 --- a/rest-api-spec/api/indices.open.json +++ b/rest-api-spec/api/indices.open.json @@ -1,6 +1,6 @@ { "indices.open": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-open-close/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-open-close.html", "methods": ["POST"], "url": { "path": "/{index}/_open", diff --git a/rest-api-spec/api/indices.optimize.json b/rest-api-spec/api/indices.optimize.json index 895adc373d9..a10f5f514b1 100644 --- a/rest-api-spec/api/indices.optimize.json +++ b/rest-api-spec/api/indices.optimize.json @@ -1,6 +1,6 @@ { "indices.optimize": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-optimize/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-optimize.html", "methods": ["POST", "GET"], "url": { "path": "/_optimize", diff --git a/rest-api-spec/api/indices.put_alias.json b/rest-api-spec/api/indices.put_alias.json index a76e5bbf5c5..cbb4c1a1981 100644 --- a/rest-api-spec/api/indices.put_alias.json +++ b/rest-api-spec/api/indices.put_alias.json @@ -1,6 +1,6 @@ { "indices.put_alias": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-aliases/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-aliases.html", "methods": ["PUT"], "url": { "path": "/{index}/_alias/{name}", diff --git a/rest-api-spec/api/indices.put_mapping.json b/rest-api-spec/api/indices.put_mapping.json index a326dad07d4..5056feaacc8 100644 --- a/rest-api-spec/api/indices.put_mapping.json +++ b/rest-api-spec/api/indices.put_mapping.json @@ -1,6 +1,6 @@ { "indices.put_mapping": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-put-mapping/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-put-mapping.html", "methods": ["PUT", "POST"], "url": { "path": "/{index}/{type}/_mapping", diff --git a/rest-api-spec/api/indices.put_settings.json b/rest-api-spec/api/indices.put_settings.json index c93df5c4471..a5c95f650e5 100644 --- a/rest-api-spec/api/indices.put_settings.json +++ b/rest-api-spec/api/indices.put_settings.json @@ -1,6 +1,6 @@ { "indices.put_settings": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-update-settings/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.html", "methods": ["PUT"], "url": { "path": "/_settings", diff --git a/rest-api-spec/api/indices.put_template.json b/rest-api-spec/api/indices.put_template.json index 7c8f71aeb8e..b6ab39dea63 100644 --- a/rest-api-spec/api/indices.put_template.json +++ b/rest-api-spec/api/indices.put_template.json @@ -1,6 +1,6 @@ { "indices.put_template": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-templates/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-templates.html", "methods": ["PUT", "POST"], "url": { "path": "/_template/{name}", diff --git a/rest-api-spec/api/indices.put_warmer.json b/rest-api-spec/api/indices.put_warmer.json index d42f35fc3c4..7b9a8ab857e 100644 --- a/rest-api-spec/api/indices.put_warmer.json +++ b/rest-api-spec/api/indices.put_warmer.json @@ -1,6 +1,6 @@ { "indices.put_warmer": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-warmers/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-warmers.html", "methods": ["PUT"], "url": { "path": "/{index}/_warmer/{name}", diff --git a/rest-api-spec/api/indices.refresh.json b/rest-api-spec/api/indices.refresh.json index 41f73112054..06aedad5df6 100644 --- a/rest-api-spec/api/indices.refresh.json +++ b/rest-api-spec/api/indices.refresh.json @@ -1,6 +1,6 @@ { "indices.refresh": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-refresh/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-refresh.html", "methods": ["POST", "GET"], "url": { "path": "/_refresh", diff --git a/rest-api-spec/api/indices.segments.json b/rest-api-spec/api/indices.segments.json index 5fb61cb065b..d37455e38fd 100644 --- a/rest-api-spec/api/indices.segments.json +++ b/rest-api-spec/api/indices.segments.json @@ -1,6 +1,6 @@ { "indices.segments": { - "documentation": "http://elasticsearch.org/guide/reference/api/admin-indices-segments/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-segments.html", "methods": ["GET"], "url": { "path": "/_segments", diff --git a/rest-api-spec/api/indices.snapshot_index.json b/rest-api-spec/api/indices.snapshot_index.json index 29adcd1f246..e1821180d25 100644 --- a/rest-api-spec/api/indices.snapshot_index.json +++ b/rest-api-spec/api/indices.snapshot_index.json @@ -1,6 +1,6 @@ { "indices.snapshot_index": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-gateway-snapshot/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-gateway-snapshot.html", "methods": ["POST"], "url": { "path": "/_gateway/snapshot", diff --git a/rest-api-spec/api/indices.stats.json b/rest-api-spec/api/indices.stats.json index 5d1e0b15729..308fa73b7af 100644 --- a/rest-api-spec/api/indices.stats.json +++ b/rest-api-spec/api/indices.stats.json @@ -1,6 +1,6 @@ { "indices.stats": { - "documentation": "http://elasticsearch.org/guide/reference/api/admin-indices-stats/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-stats.html", "methods": ["GET"], "url": { "path": "/_stats", diff --git a/rest-api-spec/api/indices.status.json b/rest-api-spec/api/indices.status.json index fce6f01d5f1..3f5dea50603 100644 --- a/rest-api-spec/api/indices.status.json +++ b/rest-api-spec/api/indices.status.json @@ -1,6 +1,6 @@ { "indices.status": { - "documentation": "http://elasticsearch.org/guide/reference/api/admin-indices-status/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-status.html", "methods": ["GET"], "url": { "path": "/_status", diff --git a/rest-api-spec/api/indices.update_aliases.json b/rest-api-spec/api/indices.update_aliases.json index ad1a327035e..da53d467328 100644 --- a/rest-api-spec/api/indices.update_aliases.json +++ b/rest-api-spec/api/indices.update_aliases.json @@ -1,6 +1,6 @@ { "indices.update_aliases": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-aliases/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-aliases.html", "methods": ["POST"], "url": { "path": "/_aliases", diff --git a/rest-api-spec/api/indices.validate_query.json b/rest-api-spec/api/indices.validate_query.json index 5d3b4b8b2f8..dcec2cc18a7 100644 --- a/rest-api-spec/api/indices.validate_query.json +++ b/rest-api-spec/api/indices.validate_query.json @@ -1,6 +1,6 @@ { "indices.validate_query": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/validate/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-validate.html", "methods": ["GET", "POST"], "url": { "path": "/_validate/query", diff --git a/rest-api-spec/api/info.json b/rest-api-spec/api/info.json index f3516a2c7d1..872e095bf9a 100644 --- a/rest-api-spec/api/info.json +++ b/rest-api-spec/api/info.json @@ -1,6 +1,6 @@ { "info": { - "documentation": "http://elasticsearch.org/guide/", + "documentation": "http://www.elasticsearch.org/guide/", "methods": ["GET", "HEAD"], "url": { "path": "/", diff --git a/rest-api-spec/api/mget.json b/rest-api-spec/api/mget.json index a875136db9f..6783a8ca43a 100644 --- a/rest-api-spec/api/mget.json +++ b/rest-api-spec/api/mget.json @@ -1,6 +1,6 @@ { "mget": { - "documentation": "http://elasticsearch.org/guide/reference/api/multi-get/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-multi-get.html", "methods": ["GET", "POST"], "url": { "path": "/_mget", diff --git a/rest-api-spec/api/mlt.json b/rest-api-spec/api/mlt.json index 476cf7ed1de..6c7d3ee5a35 100644 --- a/rest-api-spec/api/mlt.json +++ b/rest-api-spec/api/mlt.json @@ -1,6 +1,6 @@ { "mlt": { - "documentation": "http://elasticsearch.org/guide/reference/api/more-like-this/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-more-like-this.html", "methods": ["GET", "POST"], "url": { "path": "/{index}/{type}/{id}/_mlt", diff --git a/rest-api-spec/api/msearch.json b/rest-api-spec/api/msearch.json index caed3736ae7..6ff25485ce4 100644 --- a/rest-api-spec/api/msearch.json +++ b/rest-api-spec/api/msearch.json @@ -1,6 +1,6 @@ { "msearch": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/multi-search/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-multi-search.html", "methods": ["GET", "POST"], "url": { "path": "/_msearch", diff --git a/rest-api-spec/api/percolate.json b/rest-api-spec/api/percolate.json index ef9d348824a..a8853d5b534 100644 --- a/rest-api-spec/api/percolate.json +++ b/rest-api-spec/api/percolate.json @@ -1,6 +1,6 @@ { "percolate": { - "documentation": "http://elasticsearch.org/guide/reference/api/percolate/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-percolate.html", "methods": ["GET", "POST"], "url": { "path": "/{index}/{type}/_percolate", diff --git a/rest-api-spec/api/scroll.json b/rest-api-spec/api/scroll.json index 953d1cebd15..146106dabad 100644 --- a/rest-api-spec/api/scroll.json +++ b/rest-api-spec/api/scroll.json @@ -1,6 +1,6 @@ { "scroll": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/search/scroll/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-scroll.html", "methods": ["GET", "POST"], "url": { "path": "/_search/scroll", diff --git a/rest-api-spec/api/search.json b/rest-api-spec/api/search.json index 3a191693c5e..cc1255c3564 100644 --- a/rest-api-spec/api/search.json +++ b/rest-api-spec/api/search.json @@ -1,6 +1,6 @@ { "search": { - "documentation": "http://www.elasticsearch.org/guide/reference/api/search/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-search.html", "methods": ["GET", "POST"], "url": { "path": "/_search", diff --git a/rest-api-spec/api/suggest.json b/rest-api-spec/api/suggest.json index adcb76edc36..3b33899c9fa 100644 --- a/rest-api-spec/api/suggest.json +++ b/rest-api-spec/api/suggest.json @@ -1,6 +1,6 @@ { "suggest": { - "documentation": "http://elasticsearch.org/guide/reference/api/search/suggest/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-search.html", "methods": ["POST", "GET"], "url": { "path": "/_suggest", diff --git a/rest-api-spec/api/update.json b/rest-api-spec/api/update.json index 204f024cdb9..d8a171fe99d 100644 --- a/rest-api-spec/api/update.json +++ b/rest-api-spec/api/update.json @@ -1,6 +1,6 @@ { "update": { - "documentation": "http://elasticsearch.org/guide/reference/api/update/", + "documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-update.html", "methods": ["POST"], "url": { "path": "/{index}/{type}/{id}/_update",