Skip to content

Commit 3554533

Browse files
committed
Fix broken license management link.
1 parent dfccfa5 commit 3554533

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugins/monitoring/public/components/cluster/listing

1 file changed

+1
-1
lines changed

x-pack/plugins/monitoring/public/components/cluster/listing/listing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ const handleClickIncompatibleLicense = (scope, clusterName) => {
288288
};
289289

290290
const handleClickInvalidLicense = (scope, clusterName) => {
291-
const licensingPath = `${Legacy.shims.getBasePath()}/app/kibana#/management/data/license_management/home`;
291+
const licensingPath = `${Legacy.shims.getBasePath()}/app/kibana#/management/stack/license_management/home`;
292292

293293
licenseWarning(scope, {
294294
title: toMountPoint(

0 commit comments

Comments
 (0)