From ab8e43a19677dd04f86d51250770efe65987b914 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 17 Oct 2013 02:32:16 -0400 Subject: [PATCH] fix unprotected build status link --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ea9dc83..d28b8d1 100644 --- a/README.rst +++ b/README.rst @@ -4,12 +4,13 @@ Requests: HTTP for Humans .. image:: https://badge.fury.io/py/requests.png :target: http://badge.fury.io/py/requests -.. image:: http://ci.kennethreitz.org/job/requests-trunk/ - :target: http://ci.kennethreitz.org/job/requests-trunk/badge/icon - .. image:: https://pypip.in/d/requests/badge.png :target: https://crate.io/packages/requests/ +.. image:: http://ci.kennethreitz.org/buildStatus/icon?job=requests-trunk + :target: http://ci.kennethreitz.org/job/requests-trunk/ + + Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. -- 2.34.1