diff options
author | Janos Gyerik <janos.gyerik@gmail.com> | 2016-05-19 09:32:31 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-05-19 09:32:31 +0200 |
commit | 3c4448e9b2eab3feb7f472029afef6e90e17be22 (patch) | |
tree | 470a675306f5acb8223c950258ef2a586e1be392 /README.md | |
parent | b1dbf8af3052f1da11714e36f2a92dd31776be1c (diff) | |
download | sonarqube-3c4448e9b2eab3feb7f472029afef6e90e17be22.tar.gz sonarqube-3c4448e9b2eab3feb7f472029afef6e90e17be22.zip |
changed reference links to a Links section to make them clickable on GitHub (#1000)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md index 5cbb3edd867..9b82604ad50 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,16 @@ Copyright 2008-2016 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.sonarsource.com/browse/SONAR - [3]: http://docs.sonarqube.org/display/SONAR - ### Build status [![Build Status](https://travis-ci.org/SonarSource/sonarqube.svg?branch=master)](https://travis-ci.org/SonarSource/sonarqube) + +### Links + +Project website: http://www.sonarqube.org/ + +Documentation: http://docs.sonarqube.org/display/SONAR + +Issue tracking: http://jira.sonarsource.com/browse/SONAR + +How to contribute: http://www.sonarqube.org/development/ |