Skip to content

Commit

Permalink
replacing hard coded links for ela.st (elastic#72240)
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Jul 17, 2020
1 parent f97a607 commit dd6fdf4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ export const Header = ({
</EuiFlexItem>
{showGiveFeedback && (
<EuiFlexItem style={{ alignItems: 'flex-end' }} grow={false}>
<EuiButtonEmpty
href={'https://discuss.elastic.co/c/observability/'}
iconType="popout"
>
<EuiButtonEmpty href={'https://ela.st/observability-discuss'} iconType="popout">
{i18n.translate('xpack.observability.home.feedback', {
defaultMessage: 'Give us feedback',
})}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const IngestManagerPanel = () => {
</EuiText>
</EuiFlexItem>
<EuiFlexItem>
<EuiLink href="https://www.elastic.co/blog/introducing-elastic-agent-and-ingest-manager">
<EuiLink href="https://ela.st/ingest-manager-announcement">
{i18n.translate('xpack.observability.ingestManafer.button', {
defaultMessage: 'Try Ingest Manager Beta',
})}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ const resources = [
label: i18n.translate('xpack.observability.resources.documentation', {
defaultMessage: 'Documentation',
}),
href: 'https://www.elastic.co/guide/en/observability/current/observability-ui.html',
href: 'https://ela.st/observability-documentation',
},
{
iconType: 'editorComment',
label: i18n.translate('xpack.observability.resources.forum', {
defaultMessage: 'Discuss forum',
}),
href: 'https://discuss.elastic.co/c/observability/',
href: 'https://ela.st/observability-discuss',
},
{
iconType: 'training',
label: i18n.translate('xpack.observability.resources.training', {
defaultMessage: 'Observability fundamentals',
}),
href: 'https://www.elastic.co/training/observability-fundamentals',
href: 'https://ela.st/observability-training',
},
];

Expand Down

0 comments on commit dd6fdf4

Please sign in to comment.