aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/settings/encryption
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/src/main/js/apps/settings/encryption
parent29449a233885264eb30c3575d1571bd096230885 (diff)
downloadsonarqube-efa34d6f78463378d2c112992e68a2f2b0a2c7f0.tar.gz
sonarqube-efa34d6f78463378d2c112992e68a2f2b0a2c7f0.zip
SONAR-8721 Redirect links should be using https
Diffstat (limited to 'server/sonar-web/src/main/js/apps/settings/encryption')
-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
2 files changed, 2 insertions, 2 deletions
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)}>