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

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-18 13:32:13 -08:00 committed by GitHub
parent 2e56e123d7
commit 8d62167e1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ export const EmptyState = ({ autorefreshInterval, autorefreshIsPaused, children
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"