Skip to content

Commit

Permalink
update discuss link from siem to security (#72886) (#73165)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic authored Jul 27, 2020
1 parent f5d0693 commit 7c8706b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const HelpMenu = React.memo(() => {
},
{
linkType: 'discuss',
href: 'https://discuss.elastic.co/c/siem',
href: 'https://discuss.elastic.co/c/security',
target: '_blank',
rel: 'noopener',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ describe('helpers', () => {
hash: '5a35c984a9cdc1c6a25913f3d0b99b1aefc7257bc3b936c39db9fa0435edeed0',
imageUrl:
'https://aws1.discourse-cdn.com/elastic/original/3X/f/8/f8c3d0b9971cfcd0be349d973aa5799f71d280cc.png?blade=securitysolutionfeed',
linkUrl: 'https://discuss.elastic.co/c/siem?blade=securitysolutionfeed',
linkUrl: 'https://discuss.elastic.co/c/security?blade=securitysolutionfeed',
publishOn: expect.any(Date),
title: 'Got SIEM Questions?',
},
Expand Down Expand Up @@ -284,7 +284,7 @@ describe('helpers', () => {
},
link_text: null,
link_url: {
en: 'https://discuss.elastic.co/c/siem?blade=securitysolutionfeed',
en: 'https://discuss.elastic.co/c/security?blade=securitysolutionfeed',
ja: translatedLinkUrl,
},
languages: null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const rawNewsApiResponse: RawNewsApiResponse = {
"There's an awesome community of Elastic SIEM users out there. Join the discussion about configuring, learning, and using the Elastic SIEM app, and detecting threats!",
},
link_text: null,
link_url: { en: 'https://discuss.elastic.co/c/siem?blade=securitysolutionfeed' },
link_url: { en: 'https://discuss.elastic.co/c/security?blade=securitysolutionfeed' },
languages: null,
badge: { en: '7.6' },
image_url: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const rawNewsJSON = `
},
"link_text":null,
"link_url":{
"en":"https://discuss.elastic.co/c/siem?blade=securitysolutionfeed"
"en":"https://discuss.elastic.co/c/security?blade=securitysolutionfeed"
},
"languages":null,
"badge":{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const Summary = React.memo(() => {
defaultMessage="If you have input or suggestions regarding your experience with Elastic SIEM, please feel free to {feedback}."
values={{
feedback: (
<EuiLink href="https://discuss.elastic.co/c/siem" target="blank">
<EuiLink href="https://discuss.elastic.co/c/security" target="blank">
<FormattedMessage
id="xpack.securitySolution.overview.feedbackText.feedbackLinkText"
defaultMessage="submit feedback online"
Expand Down

0 comments on commit 7c8706b

Please sign in to comment.