aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2017-02-08 16:40:34 +0100
committerStas Vilchik <stas-vilchik@users.noreply.github.com>2017-02-09 11:26:29 +0100
commitefa34d6f78463378d2c112992e68a2f2b0a2c7f0 (patch)
treed185a5419eed4706d1cda1250b21b631e189abcc /server/sonar-web
parent29449a233885264eb30c3575d1571bd096230885 (diff)
downloadsonarqube-efa34d6f78463378d2c112992e68a2f2b0a2c7f0.tar.gz
sonarqube-efa34d6f78463378d2c112992e68a2f2b0a2c7f0.zip
SONAR-8721 Redirect links should be using https
Diffstat (limited to 'server/sonar-web')
-rw-r--r--server/sonar-web/src/main/js/app/components/GlobalFooter.js2
-rw-r--r--server/sonar-web/src/main/js/app/components/nav/templates/nav-shortcuts-help.hbs2
-rw-r--r--server/sonar-web/src/main/js/apps/about/components/AboutLeakPeriod.js2
-rw-r--r--server/sonar-web/src/main/js/apps/about/components/AboutQualityGates.js2
-rw-r--r--server/sonar-web/src/main/js/apps/about/components/AboutScanners.js12
-rw-r--r--server/sonar-web/src/main/js/apps/about/components/AboutStandards.js2
-rw-r--r--server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-state-migration-required.hbs2
-rw-r--r--server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-status-migration.hbs4
-rw-r--r--server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js2
-rw-r--r--server/sonar-web/src/main/js/apps/settings/encryption/GenerateSecretKeyForm.js2
10 files changed, 16 insertions, 16 deletions
diff --git a/server/sonar-web/src/main/js/app/components/GlobalFooter.js b/server/sonar-web/src/main/js/app/components/GlobalFooter.js
index 3faccd10282..5559da43b51 100644
--- a/server/sonar-web/src/main/js/app/components/GlobalFooter.js
+++ b/server/sonar-web/src/main/js/app/components/GlobalFooter.js
@@ -55,7 +55,7 @@ class GlobalFooter extends React.Component {
{' - '}
<a href="http://www.sonarqube.org/support">Get Support</a>
{' - '}
- <a href="http://redirect.sonarsource.com/doc/plugin-library.html">Plugins</a>
+ <a href="https://redirect.sonarsource.com/doc/plugin-library.html">Plugins</a>
{' - '}
<Link to="/web_api">Web API</Link>
{' - '}
diff --git a/server/sonar-web/src/main/js/app/components/nav/templates/nav-shortcuts-help.hbs b/server/sonar-web/src/main/js/app/components/nav/templates/nav-shortcuts-help.hbs
index ae4f9967233..12d360d7b17 100644
--- a/server/sonar-web/src/main/js/app/components/nav/templates/nav-shortcuts-help.hbs
+++ b/server/sonar-web/src/main/js/app/components/nav/templates/nav-shortcuts-help.hbs
@@ -7,7 +7,7 @@
<a href="http://www.sonarqube.org" target="sonar">Community</a> -
<a href="http://www.sonarqube.org/documentation" target="sonar_doc">Documentation</a> -
<a href="http://www.sonarqube.org/support" target="support">Get Support</a> -
- <a href="http://redirect.sonarsource.com/doc/plugin-library.html" target="plugins">Plugins</a> -
+ <a href="https://redirect.sonarsource.com/doc/plugin-library.html" target="plugins">Plugins</a> -
<a href="{{link '/web_api'}}">Web API</a> -
<a href="{{link '/about'}}">About</a>
</div>
diff --git a/server/sonar-web/src/main/js/apps/about/components/AboutLeakPeriod.js b/server/sonar-web/src/main/js/apps/about/components/AboutLeakPeriod.js
index feb094aa5c9..d1dc058a292 100644
--- a/server/sonar-web/src/main/js/apps/about/components/AboutLeakPeriod.js
+++ b/server/sonar-web/src/main/js/apps/about/components/AboutLeakPeriod.js
@@ -21,7 +21,7 @@ import React from 'react';
import ReadMore from './ReadMore';
import { translate } from '../../../helpers/l10n';
-const link = 'http://redirect.sonarsource.com/doc/fix-the-leak.html';
+const link = 'https://redirect.sonarsource.com/doc/fix-the-leak.html';
export default class AboutLeakPeriod extends React.Component {
render () {
diff --git a/server/sonar-web/src/main/js/apps/about/components/AboutQualityGates.js b/server/sonar-web/src/main/js/apps/about/components/AboutQualityGates.js
index 024fb12b510..39aff34e91b 100644
--- a/server/sonar-web/src/main/js/apps/about/components/AboutQualityGates.js
+++ b/server/sonar-web/src/main/js/apps/about/components/AboutQualityGates.js
@@ -21,7 +21,7 @@ import React from 'react';
import ReadMore from './ReadMore';
import { translate } from '../../../helpers/l10n';
-const link = 'http://redirect.sonarsource.com/doc/quality-gates.html';
+const link = 'https://redirect.sonarsource.com/doc/quality-gates.html';
export default class AboutQualityGates extends React.Component {
render () {
diff --git a/server/sonar-web/src/main/js/apps/about/components/AboutScanners.js b/server/sonar-web/src/main/js/apps/about/components/AboutScanners.js
index 42b0e5328a9..d610aecb58d 100644
--- a/server/sonar-web/src/main/js/apps/about/components/AboutScanners.js
+++ b/server/sonar-web/src/main/js/apps/about/components/AboutScanners.js
@@ -23,22 +23,22 @@ import { translate } from '../../../helpers/l10n';
const scanners = [
{
key: 'sonarqube',
- link: 'http://redirect.sonarsource.com/doc/install-configure-scanner.html'
+ link: 'https://redirect.sonarsource.com/doc/install-configure-scanner.html'
}, {
key: 'msbuild',
- link: 'http://redirect.sonarsource.com/doc/install-configure-scanner-msbuild.html'
+ link: 'https://redirect.sonarsource.com/doc/install-configure-scanner-msbuild.html'
}, {
key: 'maven',
- link: 'http://redirect.sonarsource.com/doc/install-configure-scanner-maven.html'
+ link: 'https://redirect.sonarsource.com/doc/install-configure-scanner-maven.html'
}, {
key: 'gradle',
- link: 'http://redirect.sonarsource.com/doc/gradle.html'
+ link: 'https://redirect.sonarsource.com/doc/gradle.html'
}, {
key: 'jenkins',
- link: 'http://redirect.sonarsource.com/plugins/jenkins.html'
+ link: 'https://redirect.sonarsource.com/plugins/jenkins.html'
}, {
key: 'ant',
- link: 'http://redirect.sonarsource.com/doc/install-configure-scanner-ant.html'
+ link: 'https://redirect.sonarsource.com/doc/install-configure-scanner-ant.html'
}
];
diff --git a/server/sonar-web/src/main/js/apps/about/components/AboutStandards.js b/server/sonar-web/src/main/js/apps/about/components/AboutStandards.js
index a0a2b8fb0b7..3c0bdb338d3 100644
--- a/server/sonar-web/src/main/js/apps/about/components/AboutStandards.js
+++ b/server/sonar-web/src/main/js/apps/about/components/AboutStandards.js
@@ -23,7 +23,7 @@ import ReadMore from './ReadMore';
import { translate } from '../../../helpers/l10n';
import { getRulesUrl } from '../../../helpers/urls';
-const link = 'http://redirect.sonarsource.com/doc/rules.html';
+const link = 'https://redirect.sonarsource.com/doc/rules.html';
const owaspTags = 'owasp-a1,owasp-a2,owasp-a3,owasp-a4,owasp-a5,owasp-a6,owasp-a7,owasp-a8,owasp-a9,owasp-a10';
diff --git a/server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-state-migration-required.hbs b/server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-state-migration-required.hbs
index 7f470d2cc87..3830c20044c 100644
--- a/server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-state-migration-required.hbs
+++ b/server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-state-migration-required.hbs
@@ -1,7 +1,7 @@
<h1 class="maintenance-title">Upgrade Database</h1>
<p class="maintenance-text">The database upgrade can take several minutes.</p>
<p class="maintenance-text">It is mandatory to <strong>back up database</strong> before upgrading.</p>
-<p class="maintenance-text">Make sure you have followed the steps from the <a target="_blank" href="http://redirect.sonarsource.com/doc/upgrading.html">SonarQube Upgrade guide</a>.</p>
+<p class="maintenance-text">Make sure you have followed the steps from the <a target="_blank" href="https://redirect.sonarsource.com/doc/upgrading.html">SonarQube Upgrade guide</a>.</p>
<div class="maintenance-spinner">
<button id="start-migration">Upgrade</button>
</div>
diff --git a/server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-status-migration.hbs b/server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-status-migration.hbs
index be237a54b40..267107206aa 100644
--- a/server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-status-migration.hbs
+++ b/server/sonar-web/src/main/js/apps/maintenance/templates/_maintenance-status-migration.hbs
@@ -1,7 +1,7 @@
<h1 class="maintenance-title">SonarQube is under maintenance</h1>
<p class="maintenance-text">While waiting, you might want to investigate
- <a href="http://redirect.sonarsource.com/doc/plugin-library.html">new plugins</a> to extend the current functionality.
+ <a href="https://redirect.sonarsource.com/doc/plugin-library.html">new plugins</a> to extend the current functionality.
</p>
<p class="maintenance-text">If you are an administrator and have no idea why this message is being shown, you should
- read the <a href="http://redirect.sonarsource.com/doc/upgrading.html">upgrade guide</a>.
+ read the <a href="https://redirect.sonarsource.com/doc/upgrading.html">upgrade guide</a>.
</p>
diff --git a/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js b/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js
index b983d25ef4a..e8c0f1dd945 100644
--- a/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js
+++ b/server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js
@@ -73,7 +73,7 @@ export default class EncryptionForm extends React.Component {
<div className="big-spacer-top spacer-bottom">
Note that the secret key can be changed, but all the encrypted properties will have to be updated.
{' '}
- <a href="http://redirect.sonarsource.com/doc/settings-encryption.html">More information</a>
+ <a href="https://redirect.sonarsource.com/doc/settings-encryption.html">More information</a>
</div>
<form id="encryption-new-key-form" onSubmit={e => this.handleGenerateNewKey(e)}>
diff --git a/server/sonar-web/src/main/js/apps/settings/encryption/GenerateSecretKeyForm.js b/server/sonar-web/src/main/js/apps/settings/encryption/GenerateSecretKeyForm.js
index 65b70985d88..49527dc4a86 100644
--- a/server/sonar-web/src/main/js/apps/settings/encryption/GenerateSecretKeyForm.js
+++ b/server/sonar-web/src/main/js/apps/settings/encryption/GenerateSecretKeyForm.js
@@ -75,7 +75,7 @@ export default class GenerateSecretKeyForm extends React.Component {
<p className="spacer-bottom">
Secret key is required to be able to encrypt properties.
{' '}
- <a href="http://redirect.sonarsource.com/doc/settings-encryption.html">More information</a>
+ <a href="https://redirect.sonarsource.com/doc/settings-encryption.html">More information</a>
</p>
<form id="generate-secret-key-form" onSubmit={e => this.handleSubmit(e)}>