Skip to content

Commit

Permalink
[Maps] Fix invalid index management link (#198499)
Browse files Browse the repository at this point in the history
## Summary

This PR fixes invalid URL for `To modify the index, go to Index
Management.` link.

Closes: #125003
  • Loading branch information
kowalczyk-krzysztof authored Oct 31, 2024
1 parent 322392f commit 7701087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export class ImportCompleteView extends Component<Props, {}> {
<a
data-test-subj="indexManagementNewIndexLink"
target="_blank"
href={getHttp().basePath.prepend('/app/management/kibana/dataViews')}
href={getHttp().basePath.prepend('/app/management/data/index_management/indices')}
>
<FormattedMessage
id="xpack.fileUpload.importComplete.indexMgmtLink"
Expand Down

0 comments on commit 7701087

Please sign in to comment.