aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/about/components/AboutLeakPeriod.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/apps/about/components/AboutLeakPeriod.js')
-rw-r--r--server/sonar-web/src/main/js/apps/about/components/AboutLeakPeriod.js2
1 files changed, 1 insertions, 1 deletions
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 ec0d784447a..3da6656a460 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
@@ -19,7 +19,7 @@
*/
import React from 'react';
-const link = 'http://docs.sonarqube.org/display/HOME/Fixing+the+Water+Leak';
+const link = 'http://redirect.sonarsource.com/doc/fix-the-leak.html';
export default class AboutLeakPeriod extends React.Component {
render () {