From b45a1081d28c90ea38995ac43df34020f3fce1db Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Sat, 15 Dec 2012 13:11:28 +0100 Subject: [PATCH] Updated travis-ci URL in README MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The old URL appears to be broken, redirecting to https://travis-ci.org//kennethreitz/requests Also, according to [their wiki](http://about.travis-ci.org/docs/user/status-images/) the *secure* isn't required anymore. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 64021b8..6a2a1e3 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Requests: HTTP for Humans ========================= -.. image:: https://secure.travis-ci.org/kennethreitz/requests.png?branch=develop - :target: https://secure.travis-ci.org/kennethreitz/requests +.. image:: https://travis-ci.org/kennethreitz/requests.png?branch=master + :target: https://travis-ci.org/kennethreitz/requests Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. -- 2.34.1