[8.12] Fix link to Eland docs (#172879) (#172910)

# Backport

This will backport the following commits from `main` to `8.12`:
- [Fix link to Eland docs
(#172879)](https://github.com/elastic/kibana/pull/172879)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Abdon
Pijpelink","email":"abdon.pijpelink@elastic.co"},"sourceCommit":{"committedDate":"2023-12-08T08:55:38Z","message":"Fix
link to Eland docs
(#172879)\n\nhttps://github.com/elastic/kibana/pull/171024 introduced
the following\r\nlink to the doc link service:\r\n\r\n```\r\neland:
`${ELASTIC_WEBSITE_URL}guide/en/elasticsearch/client/eland/${DOC_LINK_VERSION}/index.html`\r\n```\r\n\r\nHowever,
it looks like the Eland client docs are not versioned, but\r\nalways on
`current`. This PR fixes the
link.","sha":"4ffaf9f5ec7d506ddf67bed6e02f752327a14650","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","docs","backport:prev-minor","v8.13.0"],"number":172879,"url":"https://github.com/elastic/kibana/pull/172879","mergeCommit":{"message":"Fix
link to Eland docs
(#172879)\n\nhttps://github.com/elastic/kibana/pull/171024 introduced
the following\r\nlink to the doc link service:\r\n\r\n```\r\neland:
`${ELASTIC_WEBSITE_URL}guide/en/elasticsearch/client/eland/${DOC_LINK_VERSION}/index.html`\r\n```\r\n\r\nHowever,
it looks like the Eland client docs are not versioned, but\r\nalways on
`current`. This PR fixes the
link.","sha":"4ffaf9f5ec7d506ddf67bed6e02f752327a14650"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/172879","number":172879,"mergeCommit":{"message":"Fix
link to Eland docs
(#172879)\n\nhttps://github.com/elastic/kibana/pull/171024 introduced
the following\r\nlink to the doc link service:\r\n\r\n```\r\neland:
`${ELASTIC_WEBSITE_URL}guide/en/elasticsearch/client/eland/${DOC_LINK_VERSION}/index.html`\r\n```\r\n\r\nHowever,
it looks like the Eland client docs are not versioned, but\r\nalways on
`current`. This PR fixes the
link.","sha":"4ffaf9f5ec7d506ddf67bed6e02f752327a14650"}}]}] BACKPORT-->

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
This commit is contained in:
Kibana Machine 2023-12-08 05:22:46 -05:00 committed by GitHub
parent 212aa7ecb8
commit a1aac56df3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -822,7 +822,7 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
rubyOverview: `${ELASTIC_WEBSITE_URL}guide/en/elasticsearch/client/ruby-api/${DOC_LINK_VERSION}/ruby_client.html`,
rustGuide: `${ELASTIC_WEBSITE_URL}guide/en/elasticsearch/client/rust-api/${DOC_LINK_VERSION}/index.html`,
rustOverview: `${ELASTIC_WEBSITE_URL}guide/en/elasticsearch/client/rust-api/${DOC_LINK_VERSION}/overview.html`,
eland: `${ELASTIC_WEBSITE_URL}guide/en/elasticsearch/client/eland/${DOC_LINK_VERSION}/index.html`,
eland: `${ELASTIC_WEBSITE_URL}guide/en/elasticsearch/client/eland/current/index.html`,
},
endpoints: {
troubleshooting: `${SECURITY_SOLUTION_DOCS}ts-management.html#ts-endpoints`,