mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fixes broken link
This commit is contained in:
parent
fd489a8331
commit
62b80dc520
1 changed files with 2 additions and 2 deletions
|
@ -292,7 +292,7 @@ const handleClickIncompatibleLicense = (scope, clusterName) => {
|
|||
defaultMessage="Need to monitor multiple clusters? {getLicenseInfoLink} to enjoy multi-cluster monitoring."
|
||||
values={{
|
||||
getLicenseInfoLink: (
|
||||
<a href="https://www.elastic.co/subscriptions/xpack" target="_blank">
|
||||
<a href="https://www.elastic.co/subscriptions" target="_blank">
|
||||
<FormattedMessage
|
||||
id="xpack.monitoring.cluster.listing.incompatibleLicense.getLicenseLinkLabel"
|
||||
defaultMessage="Get a license with full functionality"
|
||||
|
@ -340,7 +340,7 @@ const handleClickInvalidLicense = (scope, clusterName) => {
|
|||
</a>
|
||||
),
|
||||
getLicenseInfoLink: (
|
||||
<a href="https://www.elastic.co/subscriptions/xpack" target="_blank">
|
||||
<a href="https://www.elastic.co/subscriptions" target="_blank">
|
||||
<FormattedMessage
|
||||
id="xpack.monitoring.cluster.listing.invalidLicense.getLicenseLinkLabel"
|
||||
defaultMessage="get a license with full functionality"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue