Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline committed Jan 25, 2021
1 parent 35dcc91 commit 8e9af3d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
import React from 'react';
import { EuiText, EuiTextColor, EuiLink } from '@elastic/eui';
import { FormattedMessage } from '@kbn/i18n/react';
import { Legacy } from '../../../legacy_shims';

export const CloudDeployment = () => {
const { ELASTIC_WEBSITE_URL } = Legacy.shims.docLinks;
return (
<EuiTextColor color="subdued">
<EuiText>
Expand All @@ -32,7 +34,7 @@ export const CloudDeployment = () => {
defaultMessage="section for a deployment to configure monitoring. For more information visit "
/>
<EuiLink
href="https://www.elastic.co/guide/en/cloud/current/ec-enable-logging-and-monitoring.html"
href={`${ELASTIC_WEBSITE_URL}guide/en/cloud/current/ec-enable-logging-and-monitoring.html`}
target="_blank"
>
the documentation page.
Expand Down

0 comments on commit 8e9af3d

Please sign in to comment.