diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2013-09-11 14:48:06 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2013-09-11 14:48:06 +0200 |
commit | c1e61e4bacba19fcdac96866007d9b5dbbf99c0c (patch) | |
tree | 7ca8b9c5bd8fecdd12a37f1f44beb9b2d0b95b5c | |
parent | 8a250c87a433d91268a7a96ec8d76b1a026706bb (diff) | |
download | sonarqube-c1e61e4bacba19fcdac96866007d9b5dbbf99c0c.tar.gz sonarqube-c1e61e4bacba19fcdac96866007d9b5dbbf99c0c.zip |
Update README.md
Improve README
-rw-r--r-- | README.md | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/README.md b/README.md index 9efc6908f1f..c7571afed82 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,22 @@ -Sonar Core -========== +# SonarQube -This is the Core codebase of Sonar. +Put your technical debt under control. For more information please see: -Project homepage: -http://www.sonarsource.org/ +* Website [sonarqube.org][1] +* [Issue tracker][2] +* [Wiki][3] -Continuous inspection: -http://nemo.sonarsource.org/dashboard/index/org.codehaus.sonar:sonar +## Sources -Issue tracking: -http://jira.codehaus.org/browse/SONAR +This Git repository is core platform. Plugins are hosted in SonarCommunity and SonarSource organisations. + +## License -Wiki: -http://docs.codehaus.org/display/SONAR +Copyright 2008-2013 SonarSource. + +Licensed under the GNU Lesser General Public License, Version 3.0: http://www.gnu.org/licenses/lgpl.txt + + [1]: http://www.sonarqube.org/ + [2]: http://jira.codehaus.org/browse/SONAR + [3]: http://docs.codehaus.org/display/SONAR + |