From e7248c579ce1cbaebf02eefd30fae7151796d032 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Fri, 28 Jul 2017 08:19:55 -0700 Subject: [PATCH] [DOCS] Fix licensing documentation links (elastic/x-pack-elasticsearch#2108) Original commit: elastic/x-pack-elasticsearch@7b0f74348f7f41973d0dce3081cc514a1119c513 --- .../test/resources/rest-api-spec/api/xpack.license.delete.json | 2 +- .../src/test/resources/rest-api-spec/api/xpack.license.get.json | 2 +- .../test/resources/rest-api-spec/api/xpack.license.post.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/src/test/resources/rest-api-spec/api/xpack.license.delete.json b/plugin/src/test/resources/rest-api-spec/api/xpack.license.delete.json index 7a9ad12eef3..6b5a449b04f 100644 --- a/plugin/src/test/resources/rest-api-spec/api/xpack.license.delete.json +++ b/plugin/src/test/resources/rest-api-spec/api/xpack.license.delete.json @@ -1,6 +1,6 @@ { "xpack.license.delete": { - "documentation": "https://www.elastic.co/guide/en/shield/current/license-management.html", + "documentation": "https://www.elastic.co/guide/en/x-pack/current/license-management.html", "methods": ["DELETE"], "url": { "path": "/_xpack/license", diff --git a/plugin/src/test/resources/rest-api-spec/api/xpack.license.get.json b/plugin/src/test/resources/rest-api-spec/api/xpack.license.get.json index 2849ad2e31b..f8498a3db97 100644 --- a/plugin/src/test/resources/rest-api-spec/api/xpack.license.get.json +++ b/plugin/src/test/resources/rest-api-spec/api/xpack.license.get.json @@ -1,6 +1,6 @@ { "xpack.license.get": { - "documentation": "https://www.elastic.co/guide/en/shield/current/license-management.html", + "documentation": "https://www.elastic.co/guide/en/x-pack/current/license-management.html", "methods": ["GET"], "url": { "path": "/_xpack/license", diff --git a/plugin/src/test/resources/rest-api-spec/api/xpack.license.post.json b/plugin/src/test/resources/rest-api-spec/api/xpack.license.post.json index 0b51d2c5ad7..0899a742a81 100644 --- a/plugin/src/test/resources/rest-api-spec/api/xpack.license.post.json +++ b/plugin/src/test/resources/rest-api-spec/api/xpack.license.post.json @@ -1,6 +1,6 @@ { "xpack.license.post": { - "documentation": "https://www.elastic.co/guide/en/shield/current/license-management.html", + "documentation": "https://www.elastic.co/guide/en/x-pack/current/license-management.html", "methods": ["PUT", "POST"], "url": { "path": "/_xpack/license",