diff --git a/README.md b/README.md index 8d0f7fb25..41f567a9a 100644 --- a/README.md +++ b/README.md @@ -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