Skip to content

Commit

Permalink
[8.x] Fix the Upgrade Assistant Docs link to the Release doc page (#1…
Browse files Browse the repository at this point in the history
…93269) (#193513)

# Backport

This will backport the following commits from `main` to `8.x`:
- [Fix the Upgrade Assistant Docs link to the Release doc page
(#193269)](#193269)

<!--- Backport version: 9.4.3 -->

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

<!--BACKPORT [{"author":{"name":"Ryusuke
Okura","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-20T07:26:45Z","message":"Fix
the Upgrade Assistant Docs link to the Release doc page
(#193269)\n\nfixed: #191849 \r\n\r\n## Summary\r\n\r\nThis PR fix the
`Check the latest release highlights` links in the\r\nUpgrade Assistant
to the correct latest release links.\r\nThe fix is ​​below\r\n```
diff\r\n// kibana/packages/kbn-doc-links/src/get_doc_links.ts\r\n-
latestReleaseHighlights:
`${ELASTIC_WEBSITE_URL}guide/en/elastic-stack/current/elastic-stack-highlights.html`,\r\n+
latestReleaseHighlights:
`${ELASTIC_WEBSITE_URL}guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/current/new.html`,\r\n```\r\n\r\nPS:
\r\nThis is my first time to contribute to kibana. If there is anything
that\r\nneeds to be modified, please give me some advice and I will try
my best!\r\n\r\n\r\n### For maintainers\r\n\r\n- [x] This was checked
for breaking API changes and was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\nCo-authored-by:
florent-leborgne
<[email protected]>","sha":"4d67db1ae04631d04f9825c27b97b242652fce01","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","💝community","v9.0.0","docs","v8.16.0"],"title":"Fix
the Upgrade Assistant Docs link to the Release doc
page","number":193269,"url":"https://github.com/elastic/kibana/pull/193269","mergeCommit":{"message":"Fix
the Upgrade Assistant Docs link to the Release doc page
(#193269)\n\nfixed: #191849 \r\n\r\n## Summary\r\n\r\nThis PR fix the
`Check the latest release highlights` links in the\r\nUpgrade Assistant
to the correct latest release links.\r\nThe fix is ​​below\r\n```
diff\r\n// kibana/packages/kbn-doc-links/src/get_doc_links.ts\r\n-
latestReleaseHighlights:
`${ELASTIC_WEBSITE_URL}guide/en/elastic-stack/current/elastic-stack-highlights.html`,\r\n+
latestReleaseHighlights:
`${ELASTIC_WEBSITE_URL}guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/current/new.html`,\r\n```\r\n\r\nPS:
\r\nThis is my first time to contribute to kibana. If there is anything
that\r\nneeds to be modified, please give me some advice and I will try
my best!\r\n\r\n\r\n### For maintainers\r\n\r\n- [x] This was checked
for breaking API changes and was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\nCo-authored-by:
florent-leborgne
<[email protected]>","sha":"4d67db1ae04631d04f9825c27b97b242652fce01"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193269","number":193269,"mergeCommit":{"message":"Fix
the Upgrade Assistant Docs link to the Release doc page
(#193269)\n\nfixed: #191849 \r\n\r\n## Summary\r\n\r\nThis PR fix the
`Check the latest release highlights` links in the\r\nUpgrade Assistant
to the correct latest release links.\r\nThe fix is ​​below\r\n```
diff\r\n// kibana/packages/kbn-doc-links/src/get_doc_links.ts\r\n-
latestReleaseHighlights:
`${ELASTIC_WEBSITE_URL}guide/en/elastic-stack/current/elastic-stack-highlights.html`,\r\n+
latestReleaseHighlights:
`${ELASTIC_WEBSITE_URL}guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/current/new.html`,\r\n```\r\n\r\nPS:
\r\nThis is my first time to contribute to kibana. If there is anything
that\r\nneeds to be modified, please give me some advice and I will try
my best!\r\n\r\n\r\n### For maintainers\r\n\r\n- [x] This was checked
for breaking API changes and was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\nCo-authored-by:
florent-leborgne
<[email protected]>","sha":"4d67db1ae04631d04f9825c27b97b242652fce01"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Ryusuke Okura <[email protected]>
  • Loading branch information
kibanamachine and mochi22 authored Sep 20, 2024
1 parent 50942c8 commit 7cba7d9
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 @@ -436,7 +436,7 @@ export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): D
migrationApiDeprecation: `${ELASTICSEARCH_DOCS}migration-api-deprecation.html`,
nodeRoles: `${ELASTICSEARCH_DOCS}modules-node.html#node-roles`,
releaseHighlights: `${ELASTICSEARCH_DOCS}release-highlights.html`,
latestReleaseHighlights: `${ELASTIC_WEBSITE_URL}guide/en/elastic-stack/current/elastic-stack-highlights.html`,
latestReleaseHighlights: `${ELASTIC_WEBSITE_URL}guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/current/new.html`,
remoteClusters: `${ELASTICSEARCH_DOCS}remote-clusters.html`,
remoteClustersProxy: `${ELASTICSEARCH_DOCS}remote-clusters.html#proxy-mode`,
remoteClusersProxySettings: `${ELASTICSEARCH_DOCS}remote-clusters-settings.html#remote-cluster-proxy-settings`,
Expand Down

0 comments on commit 7cba7d9

Please sign in to comment.