Fixes broken link (#33724)

This commit is contained in:
Lisa Cawley 2019-03-22 11:57:06 -07:00 committed by GitHub
parent 45d2c84826
commit 4c152965b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"