Skip to content

Commit

Permalink
Fix reporting link path in home feature (#68889)
Browse files Browse the repository at this point in the history
  • Loading branch information
sulemanof committed Jun 11, 2020
1 parent 5d55413 commit dbd5db7
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 dbd5db7

Please sign in to comment.