From 2e10fbd7ece587757d3f92d772e5f3a56278878d Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Fri, 20 Apr 2012 15:52:08 +0200 Subject: Show build status icon as link. --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f9f3fcc..0b9086a 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ python-sqlparse - Parse SQL statements sqlparse is a non-validating SQL parser module for Python. -.. image:: https://secure.travis-ci.org/andialbrecht/sqlparse.png?branch=master +|buildstatus|_ Install @@ -48,3 +48,5 @@ python-sqlparse is licensed under the BSD license. Parts of the code are based on pygments written by Georg Brandl and others. pygments-Homepage: http://pygments.org/ +.. |buildstatus| image:: https://secure.travis-ci.org/andialbrecht/sqlparse.png?branch=master +.. _buildstatus: http://travis-ci.org/#!/andialbrecht/sqlparse -- cgit v1.2.1