mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[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:
parent
2e56e123d7
commit
8d62167e1c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue