From d14adc84d346ed869875fc58a81c690c66e9b180 Mon Sep 17 00:00:00 2001 From: florent-leborgne Date: Tue, 26 Nov 2024 10:37:43 +0100 Subject: [PATCH] [DOCS] Remove broken link to Cloud API doc (#679) (#686) (cherry picked from commit 6041fdd1aa909667b88d1748812b157321d94332) Co-authored-by: Lisa Cawley --- cmd/deployment/elasticsearch/keystore/update.go | 3 +-- docs/ecctl_deployment_elasticsearch_keystore_update.adoc | 3 +-- docs/ecctl_deployment_elasticsearch_keystore_update.md | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/cmd/deployment/elasticsearch/keystore/update.go b/cmd/deployment/elasticsearch/keystore/update.go index 4a32f7d4..8dc656f3 100644 --- a/cmd/deployment/elasticsearch/keystore/update.go +++ b/cmd/deployment/elasticsearch/keystore/update.go @@ -37,8 +37,7 @@ omitted current keystore items are not removed, unless the secrets are set to "n {"secrets": {"my-secret": null}}. The contents of the specified file should be formatted to match the Elasticsearch Service -API "KeystoreContents" model. For more information on format, see the ESS API reference: -https://www.elastic.co/guide/en/cloud/current/definitions.html#KeystoreContents. +API "KeystoreContents" model. ` const updateExample = `# Set credentials for a GCS snapshot repository diff --git a/docs/ecctl_deployment_elasticsearch_keystore_update.adoc b/docs/ecctl_deployment_elasticsearch_keystore_update.adoc index b252ce6d..7b828a50 100644 --- a/docs/ecctl_deployment_elasticsearch_keystore_update.adoc +++ b/docs/ecctl_deployment_elasticsearch_keystore_update.adoc @@ -12,8 +12,7 @@ omitted current keystore items are not removed, unless the secrets are set to "n {"secrets": {"my-secret": null}}. The contents of the specified file should be formatted to match the Elasticsearch Service -API "KeystoreContents" model. For more information on format, see the ESS API reference: -https://www.elastic.co/guide/en/cloud/current/definitions.html#KeystoreContents. +API "KeystoreContents" model. ---- ecctl deployment elasticsearch keystore update [--ref-id ] {--file=.json} [flags] diff --git a/docs/ecctl_deployment_elasticsearch_keystore_update.md b/docs/ecctl_deployment_elasticsearch_keystore_update.md index 0b05f7ed..385d027e 100644 --- a/docs/ecctl_deployment_elasticsearch_keystore_update.md +++ b/docs/ecctl_deployment_elasticsearch_keystore_update.md @@ -10,8 +10,7 @@ omitted current keystore items are not removed, unless the secrets are set to "n {"secrets": {"my-secret": null}}. The contents of the specified file should be formatted to match the Elasticsearch Service -API "KeystoreContents" model. For more information on format, see the ESS API reference: -https://www.elastic.co/guide/en/cloud/current/definitions.html#KeystoreContents. +API "KeystoreContents" model. ```