[Uptime] Use current instead of 6.5 docs for empty state (#28035) (#29025)

The empty state screen links to the 6.5 docs specifically. This uses the `current` alias instead.
This commit is contained in:
Andrew Cholakian 2019-01-22 05:45:57 -08:00 committed by GitHub
parent 9f7bcd8d8a
commit 9c99dc8ffe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ export const EmptyState = ({
configureHeartbeatLink: (
<EuiLink
target="_blank"
href="https://www.elastic.co/guide/en/beats/heartbeat/6.5/configuring-howto-heartbeat.html"
href="https://www.elastic.co/guide/en/beats/heartbeat/current/configuring-howto-heartbeat.html"
>
<FormattedMessage
id="xpack.uptime.emptyState.configureHeartbeatLinkText"