diff --git a/README.md b/README.md index 344a605ee..b9f986abf 100644 --- a/README.md +++ b/README.md @@ -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!