Fixes broken link

This commit is contained in:
lcawl 2019-03-22 10:18:27 -07:00
parent fd489a8331
commit 62b80dc520

View file

@ -292,7 +292,7 @@ const handleClickIncompatibleLicense = (scope, clusterName) => {
defaultMessage="Need to monitor multiple clusters? {getLicenseInfoLink} to enjoy multi-cluster monitoring." defaultMessage="Need to monitor multiple clusters? {getLicenseInfoLink} to enjoy multi-cluster monitoring."
values={{ values={{
getLicenseInfoLink: ( getLicenseInfoLink: (
<a href="https://www.elastic.co/subscriptions/xpack" target="_blank"> <a href="https://www.elastic.co/subscriptions" target="_blank">
<FormattedMessage <FormattedMessage
id="xpack.monitoring.cluster.listing.incompatibleLicense.getLicenseLinkLabel" id="xpack.monitoring.cluster.listing.incompatibleLicense.getLicenseLinkLabel"
defaultMessage="Get a license with full functionality" defaultMessage="Get a license with full functionality"
@ -340,7 +340,7 @@ const handleClickInvalidLicense = (scope, clusterName) => {
</a> </a>
), ),
getLicenseInfoLink: ( getLicenseInfoLink: (
<a href="https://www.elastic.co/subscriptions/xpack" target="_blank"> <a href="https://www.elastic.co/subscriptions" target="_blank">
<FormattedMessage <FormattedMessage
id="xpack.monitoring.cluster.listing.invalidLicense.getLicenseLinkLabel" id="xpack.monitoring.cluster.listing.invalidLicense.getLicenseLinkLabel"
defaultMessage="get a license with full functionality" defaultMessage="get a license with full functionality"