Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] Fix the Upgrade Assistant Docs link to the Release doc page (#1…
…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