Skip to content

Commit

Permalink
Fix broken license management link.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed May 15, 2020
1 parent dfccfa5 commit 3554533
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ const handleClickIncompatibleLicense = (scope, clusterName) => {
};

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

licenseWarning(scope, {
title: toMountPoint(
Expand Down

0 comments on commit 3554533

Please sign in to comment.