diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/settings')
-rw-r--r-- | server/sonar-web/src/main/js/apps/settings/encryption/EncryptionForm.js | 2 | ||||
-rw-r--r-- | server/sonar-web/src/main/js/apps/settings/encryption/GenerateSecretKeyForm.js | 2 |
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)}> |