[DOCS] Fix licensing documentation links (elastic/x-pack-elasticsearch#2108)

Original commit: elastic/x-pack-elasticsearch@7b0f74348f
This commit is contained in:
Lisa Cawley 2017-07-28 08:19:55 -07:00 committed by GitHub
parent f9104b7127
commit e7248c579c
3 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",