Skip to content

Commit

Permalink
[Maps] Fix invalid index management link (elastic#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: elastic#125003
  • Loading branch information
kowalczyk-krzysztof authored and nreese committed Nov 1, 2024
1 parent 1192761 commit 56873fe
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 56873fe

Please sign in to comment.