Skip to content

Commit

Permalink
[ML] Fixing link to index management from file data visualizer (#72863)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Jul 23, 2020
1 parent 0b53182 commit a7ed59b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const ResultsLinks: FC<Props> = ({
/>
}
description=""
href={`${basePath.get()}/app/management/data/index_management/indices/filter/${index}`}
href={`${basePath.get()}/app/management/data/index_management/indices`}
/>
</EuiFlexItem>

Expand Down

0 comments on commit a7ed59b

Please sign in to comment.