Update README.md

This commit is contained in:
Roman Ivanov 2014-12-29 14:49:40 -08:00
parent 943e07af07
commit 4feea76e58
1 changed files with 15 additions and 18 deletions

View File

@ -9,7 +9,21 @@ checking Java source code for adherence to a Code standard or set of rules.
The latest version can be found at http://checkstyle.sourceforge.net, see "Download" section.
Documentation is available in HTML format, see sub items of "Standard Checks".
Documentation is available in HTML format, see http://checkstyle.sourceforge.net/availablechecks.html.
Continuous integration and Project reports
======================
Travis: [![][travis img]][travis]
Quality reports: http://checkstyle.sourceforge.net/project-reports.html
Feedback/Support
========
Please send any feedback to https://groups.google.com/forum/?hl=en#!forum/checkstyle
Questions and Answers from community: http://stackoverflow.com/questions/tagged/checkstyle
Bugs and Feature requests: https://github.com/checkstyle/checkstyle/issues
Licensing
=========
@ -34,19 +48,6 @@ these packages are in the file named "LICENSE.apache20" in this
directory.
Continuous integration
======================
Travis: [![][travis img]][travis]
Feedback
========
Please send any feedback to https://groups.google.com/forum/?hl=en#!forum/checkstyle.
Bugs should be reported to the checkstyle bugtracker at
https://github.com/checkstyle/checkstyle/issues
[travis]:http://travis-ci.org/checkstyle/checkstyle
[travis img]:https://secure.travis-ci.org/checkstyle/checkstyle.png
@ -55,7 +56,3 @@ https://github.com/checkstyle/checkstyle/issues
[coverage]:https://coveralls.io/r/checkstyle/checkstyle
[coverage img]:https://coveralls.io/repos/checkstyle/checkstyle/badge.png
Thanks for trying out checkstyle!
Checkstyle Team