From 8ad98c9ad399d9088f72f25b9359b5d6f6c56887 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Fri, 28 Dec 2012 15:30:15 +0200 Subject: [PATCH] Add travis build status image more cleverly --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 08757bf..a01cbc0 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,9 @@ Jansson README ============== -|travis|_ - -.. |travis| image:: https://travis-ci.org/akheron/jansson.png -.. _travis: https://travis-ci.org/akheron/jansson +.. image:: https://travis-ci.org/akheron/jansson.png + :alt: Build status + :target: https://travis-ci.org/akheron/jansson Jansson_ is a C library for encoding, decoding and manipulating JSON data. Its main features and design principles are: