diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-10-13 06:31:17 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-10-13 06:31:17 +0000 |
commit | 389e61fcb6fd1e95ed6605783cdd3e1a58725cce (patch) | |
tree | 106896f5e7579ff794e5b1d90192942995101843 /sonar-application | |
parent | 50404a7d098e8aa749c74370046b191ca3379a83 (diff) | |
download | sonarqube-389e61fcb6fd1e95ed6605783cdd3e1a58725cce.tar.gz sonarqube-389e61fcb6fd1e95ed6605783cdd3e1a58725cce.zip |
fix URL in /extensions/rules/checkstyle/README.txt and pmd/extensions/rules/pmd/README.txt
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/extensions/rules/checkstyle/README.txt | 2 | ||||
-rw-r--r-- | sonar-application/src/main/assembly/extensions/rules/pmd/README.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/src/main/assembly/extensions/rules/checkstyle/README.txt b/sonar-application/src/main/assembly/extensions/rules/checkstyle/README.txt index e13af03fc0d..3ebae483846 100644 --- a/sonar-application/src/main/assembly/extensions/rules/checkstyle/README.txt +++ b/sonar-application/src/main/assembly/extensions/rules/checkstyle/README.txt @@ -1 +1 @@ -Checkstyle extensions. See http://docs.codehaus.org/display/SONAR/Extend+coding+rules
\ No newline at end of file +Checkstyle extensions. See http://docs.codehaus.org/display/SONAR/Quality+profiles#Qualityprofiles-Extendcodingrules
\ No newline at end of file diff --git a/sonar-application/src/main/assembly/extensions/rules/pmd/README.txt b/sonar-application/src/main/assembly/extensions/rules/pmd/README.txt index 91aa43380e6..6173a39f4c2 100644 --- a/sonar-application/src/main/assembly/extensions/rules/pmd/README.txt +++ b/sonar-application/src/main/assembly/extensions/rules/pmd/README.txt @@ -1 +1 @@ -PMD extensions. See http://docs.codehaus.org/display/SONAR/Extend+coding+rules
\ No newline at end of file +PMD extensions. See http://docs.codehaus.org/display/SONAR/Quality+profiles#Qualityprofiles-Extendcodingrules
\ No newline at end of file |