File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
x-pack/plugins/observability/public/components/app Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,7 @@ export const Header = ({
6969 </ EuiFlexItem >
7070 { showGiveFeedback && (
7171 < EuiFlexItem style = { { alignItems : 'flex-end' } } grow = { false } >
72- < EuiButtonEmpty
73- href = { 'https://discuss.elastic.co/c/observability/' }
74- iconType = "popout"
75- >
72+ < EuiButtonEmpty href = { 'https://ela.st/observability-discuss' } iconType = "popout" >
7673 { i18n . translate ( 'xpack.observability.home.feedback' , {
7774 defaultMessage : 'Give us feedback' ,
7875 } ) }
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export const IngestManagerPanel = () => {
4040 </ EuiText >
4141 </ EuiFlexItem >
4242 < EuiFlexItem >
43- < EuiLink href = "https://www.elastic.co/blog/introducing-elastic-agent-and- ingest-manager" >
43+ < EuiLink href = "https://ela.st/ ingest-manager-announcement " >
4444 { i18n . translate ( 'xpack.observability.ingestManafer.button' , {
4545 defaultMessage : 'Try Ingest Manager Beta' ,
4646 } ) }
Original file line number Diff line number Diff line change @@ -13,21 +13,21 @@ const resources = [
1313 label : i18n . translate ( 'xpack.observability.resources.documentation' , {
1414 defaultMessage : 'Documentation' ,
1515 } ) ,
16- href : 'https://www.elastic.co/guide/en/ observability/current/observability-ui.html ' ,
16+ href : 'https://ela.st/ observability-documentation ' ,
1717 } ,
1818 {
1919 iconType : 'editorComment' ,
2020 label : i18n . translate ( 'xpack.observability.resources.forum' , {
2121 defaultMessage : 'Discuss forum' ,
2222 } ) ,
23- href : 'https://discuss.elastic.co/c/ observability/ ' ,
23+ href : 'https://ela.st/ observability-discuss ' ,
2424 } ,
2525 {
2626 iconType : 'training' ,
2727 label : i18n . translate ( 'xpack.observability.resources.training' , {
2828 defaultMessage : 'Observability fundamentals' ,
2929 } ) ,
30- href : 'https://www.elastic.co/training/ observability-fundamentals ' ,
30+ href : 'https://ela.st/ observability-training ' ,
3131 } ,
3232] ;
3333
You can’t perform that action at this time.
0 commit comments