Skip to content

Commit

Permalink
[DOCS] Updated link to repository plugin docs (#121834) (#122561)
Browse files Browse the repository at this point in the history
The repository plugins for S3, Azure, and GCS are being moved into
Elasticsearch as modules. This PR updates the Kibana links to point
to the Elasticsearch guide rather than the Plugin guide.

Related to elastic/elasticsearch#81870

Co-authored-by: debadair <[email protected]>
  • Loading branch information
jrodewig and debadair authored Jan 10, 2022
1 parent 0277ab6 commit 5fe264c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/public/doc_links/doc_links_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,10 @@ export class DocLinksService {
updateTransform: `${ELASTICSEARCH_DOCS}update-transform.html`,
},
plugins: {
azureRepo: `${PLUGIN_DOCS}repository-azure.html`,
gcsRepo: `${PLUGIN_DOCS}repository-gcs.html`,
azureRepo: `${ELASTICSEARCH_DOCS}repository-azure.html`,
gcsRepo: `${ELASTICSEARCH_DOCS}repository-gcs.html`,
hdfsRepo: `${PLUGIN_DOCS}repository-hdfs.html`,
s3Repo: `${PLUGIN_DOCS}repository-s3.html`,
s3Repo: `${ELASTICSEARCH_DOCS}repository-s3.html`,
snapshotRestoreRepos: `${PLUGIN_DOCS}repository.html`,
mapperSize: `${PLUGIN_DOCS}mapper-size-usage.html`,
},
Expand Down

0 comments on commit 5fe264c

Please sign in to comment.