We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9241413 + 2f1d2c7 commit 3325160Copy full SHA for 3325160
src/plugins/data_view_editor/public/components/data_view_editor_flyout_content.tsx
@@ -388,7 +388,7 @@ const IndexPatternEditorFlyoutContentComponent = ({
388
{showManagementLink && editData && editData.id && (
389
<EuiLink
390
href={application.getUrlForApp('management', {
391
- path: `/kibana/indexPatterns/patterns/${editData.id}`,
+ path: `/kibana/dataViews/dataView/${editData.id}`,
392
})}
393
>
394
{i18n.translate('indexPatternEditor.goToManagementPage', {
0 commit comments