summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Slinták <ondrowan@gmail.com>2013-02-04 16:37:24 +0100
committerOndrej Slinták <ondrowan@gmail.com>2013-02-04 16:37:24 +0100
commitf4acfe6bf8cfbcec736176dae7cd180b8b52c97f (patch)
tree198216846298adf70003cb42bb3d78939b6a0218
parentea3b1a3dce7db20f56f9db055050f45f8051c3d1 (diff)
downloadoauthlib-f4acfe6bf8cfbcec736176dae7cd180b8b52c97f.tar.gz
Fixed build status image/link in readme
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 9af059f..8f0e1b1 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,8 @@ OAuthLib
*A generic, spec-compliant, thorough implementation of the OAuth request-signing
logic.*
-.. image:: https://secure.travis-ci.org/idangazit/oauthlib.png?branch=master
+.. image:: https://api.travis-ci.org/idan/oauthlib.png?branch=master
+ :target: https://travis-ci.org/idan/oauthlib
OAuth often seems complicated and difficult-to-implement. There are several
prominent libraries for signing OAuth requests, but they all suffer from one or