Skip to content

Commit

Permalink
[8.11] Temporary link change for ES|QL STATS-BY (#168820) (#169136)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.11`:
- [Temporary link change for ES|QL STATS-BY
(#168820)](#168820)

<!--- 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-10-13T13:22:57Z","message":"Temporary
link change for ES|QL STATS-BY (#168820)\n\nTemporarily changes the deep
link to the documentation for ES|QL\r\nSTATS...BY to
unblock\r\nhttps://github.com/elastic/elasticsearch/pull/100806
.\r\n\r\nI'll change the link to the new STATS...BY link
after\r\nhttps://github.com/elastic/elasticsearch/pull/100806
merges.","sha":"8a98763f588d77bb956fb9579f9543c38ded5b9c","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","backport:skip","docs","v8.12.0"],"number":168820,"url":"https://github.com/elastic/kibana/pull/168820","mergeCommit":{"message":"Temporary
link change for ES|QL STATS-BY (#168820)\n\nTemporarily changes the deep
link to the documentation for ES|QL\r\nSTATS...BY to
unblock\r\nhttps://github.com/elastic/elasticsearch/pull/100806
.\r\n\r\nI'll change the link to the new STATS...BY link
after\r\nhttps://github.com/elastic/elasticsearch/pull/100806
merges.","sha":"8a98763f588d77bb956fb9579f9543c38ded5b9c"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/168820","number":168820,"mergeCommit":{"message":"Temporary
link change for ES|QL STATS-BY (#168820)\n\nTemporarily changes the deep
link to the documentation for ES|QL\r\nSTATS...BY to
unblock\r\nhttps://github.com/elastic/elasticsearch/pull/100806
.\r\n\r\nI'll change the link to the new STATS...BY link
after\r\nhttps://github.com/elastic/elasticsearch/pull/100806
merges.","sha":"8a98763f588d77bb956fb9579f9543c38ded5b9c"}}]}]
BACKPORT-->
  • Loading branch information
abdonpijpelink authored Oct 18, 2023
1 parent 86142a9 commit 397fe2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-doc-links/src/get_doc_links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
featureRoles: `${ELASTIC_WEBSITE_URL}guide/en/observability/${DOC_LINK_VERSION}/synthetics-feature-roles.html`,
},
esql: {
statsBy: `${ELASTICSEARCH_DOCS}esql-stats-by.html`,
statsBy: `${ELASTICSEARCH_DOCS}esql.html`,
},
telemetry: {
settings: `${KIBANA_DOCS}telemetry-settings-kbn.html`,
Expand Down

0 comments on commit 397fe2e

Please sign in to comment.