Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Fix reporting link path in home feature (elastic#68889) (elastic#68898)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
sulemanof and elasticmachine committed Jun 12, 2020
1 parent 74986bc commit 82a700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/reporting/public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class ReportingPublicPlugin implements Plugin<void, void> {
defaultMessage: 'Manage your reports generated from Discover, Visualize, and Dashboard.',
}),
icon: 'reportingApp',
path: '/app/management/kibana/reporting',
path: '/app/management/insightsAndAlerting/reporting',
showOnHomePage: false,
category: FeatureCatalogueCategory.ADMIN,
});
Expand Down

0 comments on commit 82a700e

Please sign in to comment.