Updated README to valid markdown syntax

This commit is contained in:
Niklas Walter 2014-02-12 16:05:56 +01:00
parent 6bec077174
commit 6418407380
1 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,5 @@
"!https://secure.travis-ci.org/checkstyle/checkstyle.png!":http://travis-ci.org/checkstyle/checkstyle "!https://d2weczhvl823v0.cloudfront.net/romani/checkstyle/trend.png!":https://bitdeli.com/free
[![][travis img]][travis]
[![][trend img]][trend]
CHECKSTYLE
==========
@ -35,7 +36,7 @@ directory.
Continuous integration
======================
Travis: "!https://secure.travis-ci.org/checkstyle/checkstyle.png!":http://travis-ci.org/checkstyle/checkstyle
Travis: [![][travis img]][travis]
Feedback
@ -46,6 +47,11 @@ Please send any feedback to https://groups.google.com/forum/?hl=en#!forum/checks
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
[trend img]:https://d2weczhvl823v0.cloudfront.net/romani/checkstyle/trend.png
[trend]:https://bitdeli.com/free
Thanks for trying out checkstyle!