From: Grégoire Aubert Date: Thu, 14 Jun 2018 06:43:59 +0000 (+0200) Subject: SONAR-10609 Update product news link for SonarQube X-Git-Tag: 7.5~972 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b6fb2dcdaf1e58419b0bfd980a4a2058775bda56;p=sonarqube.git SONAR-10609 Update product news link for SonarQube --- diff --git a/server/sonar-web/src/main/js/app/components/embed-docs-modal/EmbedDocsPopup.tsx b/server/sonar-web/src/main/js/app/components/embed-docs-modal/EmbedDocsPopup.tsx index ea95ca18dbf..da65d03892e 100644 --- a/server/sonar-web/src/main/js/app/components/embed-docs-modal/EmbedDocsPopup.tsx +++ b/server/sonar-web/src/main/js/app/components/embed-docs-modal/EmbedDocsPopup.tsx @@ -122,7 +122,11 @@ export default class EmbedDocsPopup extends React.PureComponent {
  • {this.renderTitle(translate('embed_docs.stay_connected'))}
  • - {this.renderIconLink('https://blog.sonarsource.com/', 'sq-icon.svg', 'Product News')} + {this.renderIconLink( + 'https://www.sonarsource.com/resources/product-news/', + 'sq-icon.svg', + 'Product News' + )}
  • {this.renderIconLink('https://twitter.com/SonarQube', 'twitter-icon.svg', 'Twitter')} diff --git a/server/sonar-web/src/main/js/app/components/embed-docs-modal/__tests__/__snapshots__/EmbedDocsPopup-test.tsx.snap b/server/sonar-web/src/main/js/app/components/embed-docs-modal/__tests__/__snapshots__/EmbedDocsPopup-test.tsx.snap index 5f4d22a7aa1..05de0c05460 100644 --- a/server/sonar-web/src/main/js/app/components/embed-docs-modal/__tests__/__snapshots__/EmbedDocsPopup-test.tsx.snap +++ b/server/sonar-web/src/main/js/app/components/embed-docs-modal/__tests__/__snapshots__/EmbedDocsPopup-test.tsx.snap @@ -90,7 +90,7 @@ exports[`should display suggestion links 1`] = `