From: Pascal Hartig Date: Sat, 15 Dec 2012 12:11:28 +0000 (+0100) Subject: Updated travis-ci URL in README X-Git-Tag: v1.0.0~61^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b45a1081d28c90ea38995ac43df34020f3fce1db;p=services%2Fpython-requests.git Updated travis-ci URL in README 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. --- 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.