diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-03-20 17:11:36 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-03-20 17:11:36 +0100 |
commit | d77865e9b9a496a2b17a4166ef039e51cd8bd3dc (patch) | |
tree | bd2caa9cc24383c1b64da7c8ea59bfffddfef4a5 | |
parent | 5a02b34cdb4e12d6714e57826201402848143e1f (diff) | |
download | sonarqube-d77865e9b9a496a2b17a4166ef039e51cd8bd3dc.tar.gz sonarqube-d77865e9b9a496a2b17a4166ef039e51cd8bd3dc.zip |
SONAR-2084 open documentation in a new tab
2 files changed, 2 insertions, 2 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/generate_secret_form.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/generate_secret_form.html.erb index 79a5f39ac66..eb7351c7bd9 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/generate_secret_form.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/generate_secret_form.html.erb @@ -1,5 +1,5 @@ <h3 class="spacer-bottom">Encryption</h3> -<p class="spacer-bottom">Secret key is required to be able to encrypt properties. <a href="http://docs.codehaus.org/display/SONAR/Settings+Encryption" class="external">More information</a>.</p> +<p class="spacer-bottom">Secret key is required to be able to encrypt properties. <a href="http://docs.codehaus.org/display/SONAR/Settings+Encryption" class="external" target="sonar_doc">More information</a>.</p> <div id="secret_content"> <%= button_to_remote 'Generate secret key', :url => {:action => 'generate_secret'}, diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb index 53added8995..2aef6cc9fd9 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb @@ -14,7 +14,7 @@ <span id="encryption_error" class="error" style="display:none"></span> <p>Note that the <%= link_to 'secret key can be changed', {:action => 'generate_secret_form'}, :class => 'link-action' -%> - but all the encrypted properties will have to be updated. <a href="http://docs.codehaus.org/display/SONAR/Settings+Encryption" class="external">More information</a>.</p> + but all the encrypted properties will have to be updated. <a href="http://docs.codehaus.org/display/SONAR/Settings+Encryption" class="external" target="sonar_doc">More information</a>.</p> <script> $('clear_text').focus(); </script>
\ No newline at end of file |