Browse Source

Link 'Product News' in SQ menu to What's New page

tags/8.0
n-b-sonar 5 years ago
parent
commit
dd1162cbe9

+ 1
- 1
server/sonar-docs/src/components/Sidebar.tsx View File

@@ -218,7 +218,7 @@ export default class Sidebar extends React.PureComponent<Props, State> {
</a>
<a
className="icon-only"
href="https://www.sonarsource.com/resources/product-news/"
href="https://www.sonarqube.org/whats-new/"
rel="noopener noreferrer"
target="_blank">
<img alt="Product News" src={`/${this.props.version}/images/newspaper.svg`} />

+ 1
- 1
server/sonar-docs/src/components/__tests__/__snapshots__/Sidebar-test.tsx.snap View File

@@ -229,7 +229,7 @@ exports[`should render correctly 1`] = `
</a>
<a
className="icon-only"
href="https://www.sonarsource.com/resources/product-news/"
href="https://www.sonarqube.org/whats-new/"
rel="noopener noreferrer"
target="_blank"
>

+ 1
- 1
server/sonar-web/src/main/js/app/components/embed-docs-modal/EmbedDocsPopup.tsx View File

@@ -117,7 +117,7 @@ export default class EmbedDocsPopup extends React.PureComponent<Props> {
{this.renderTitle(translate('embed_docs.stay_connected'))}
<li>
{this.renderIconLink(
'https://www.sonarsource.com/resources/product-news/',
'https://www.sonarqube.org/whats-new/',
'embed-doc/sq-icon.svg',
translate('embed_docs.news')
)}

+ 1
- 1
server/sonar-web/src/main/js/app/components/embed-docs-modal/__tests__/__snapshots__/EmbedDocsPopup-test.tsx.snap View File

@@ -51,7 +51,7 @@ exports[`should render 1`] = `
</li>
<li>
<a
href="https://www.sonarsource.com/resources/product-news/"
href="https://www.sonarqube.org/whats-new/"
rel="noopener noreferrer"
target="_blank"
>

Loading…
Cancel
Save