Skip to content

Commit

Permalink
[Synthetics] adjust synthetics enablement doc links (#155340)
Browse files Browse the repository at this point in the history
## Summary

Adjusts content for Synthetics enablement doc links.
  • Loading branch information
dominiqueclarke authored Apr 21, 2023
1 parent 81b003d commit da5a4b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ export const DisabledCallout = ({ total }: { total: number }) => {
) : (
<p>
{labels.CALLOUT_MANAGEMENT_CONTACT_ADMIN}{' '}
<EuiLink data-test-subj="syntheticsMonitorManagementPageLink" href="#" target="_blank">
<EuiLink
data-test-subj="syntheticsMonitorManagementPageLink"
href="https://www.elastic.co/guide/en/observability/current/synthetics-get-started-ui.html#uptime-set-up-prereq"
target="_blank"
>
{labels.LEARN_MORE_LABEL}
</EuiLink>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const InvalidApiKeyCalloutCallout = () => {
{CALLOUT_MANAGEMENT_CONTACT_ADMIN}{' '}
<EuiLink
data-test-subj="syntheticsInvalidApiKeyCalloutCalloutLink"
href="#"
href="https://www.elastic.co/guide/en/observability/current/synthetics-get-started-ui.html#uptime-set-up-prereq"
target="_blank"
>
{LEARN_MORE_LABEL}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const EnablementEmptyState = () => {
</EuiTitle>
<EuiLink
data-test-subj="syntheticsEnablementEmptyStateLink"
href="https://docs.google.com/document/d/1hkzFibu9LggPWXQqfbAd0mMlV75wCME7_BebXlEH-oI"
href="https://www.elastic.co/guide/en/observability/current/synthetics-get-started-ui.html#uptime-set-up-prereq"
target="_blank"
>
{labels.DOCS_LABEL}
Expand Down

0 comments on commit da5a4b0

Please sign in to comment.