-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Maps] Fix invalid index management link #198499
[Maps] Fix invalid index management link #198499
Conversation
Pinging @elastic/kibana-presentation (Team:Presentation) |
💚 Build Succeeded
Metrics [docs]Async chunks
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks for fixing
Starting backport for target branches: 8.x |
## Summary This PR fixes invalid URL for `To modify the index, go to Index Management.` link. Closes: elastic#125003 (cherry picked from commit 7701087)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [[Maps] Fix invalid index management link (#198499)](#198499) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Krzysztof Kowalczyk","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-31T16:34:32Z","message":"[Maps] Fix invalid index management link (#198499)\n\n## Summary\r\n\r\nThis PR fixes invalid URL for `To modify the index, go to Index\r\nManagement.` link.\r\n\r\nCloses: #125003","sha":"7701087f443f57f0021fbfd71d83e4d914322426","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","Team:Presentation","release_note:skip","v9.0.0","backport:prev-minor","Feature:Maps"],"title":"[Maps] Fix invalid index management link","number":198499,"url":"https://github.com/elastic/kibana/pull/198499","mergeCommit":{"message":"[Maps] Fix invalid index management link (#198499)\n\n## Summary\r\n\r\nThis PR fixes invalid URL for `To modify the index, go to Index\r\nManagement.` link.\r\n\r\nCloses: #125003","sha":"7701087f443f57f0021fbfd71d83e4d914322426"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/198499","number":198499,"mergeCommit":{"message":"[Maps] Fix invalid index management link (#198499)\n\n## Summary\r\n\r\nThis PR fixes invalid URL for `To modify the index, go to Index\r\nManagement.` link.\r\n\r\nCloses: #125003","sha":"7701087f443f57f0021fbfd71d83e4d914322426"}}]}] BACKPORT--> Co-authored-by: Krzysztof Kowalczyk <[email protected]>
## Summary This PR fixes invalid URL for `To modify the index, go to Index Management.` link. Closes: elastic#125003
Summary
This PR fixes invalid URL for
To modify the index, go to Index Management.
link.Closes: #125003