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
… (#73006)

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
jgowdyelastic and elasticmachine authored Jul 23, 2020
1 parent f509cb9 commit cefbf70
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 cefbf70

Please sign in to comment.