From e7fdaf2510ae332daee81eba262df8f6102a259f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Fri, 23 Jan 2015 23:18:32 +0100 Subject: [PATCH] Fix link to travis image (use master) --- README.rst | 2 +- docs/development.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3987186..aa6b660 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ pygit2 - libgit2 bindings in Python ###################################################################### -.. image:: https://secure.travis-ci.org/libgit2/pygit2.svg +.. image:: https://travis-ci.org/libgit2/pygit2.svg?branch=master :target: http://travis-ci.org/libgit2/pygit2 Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2 diff --git a/docs/development.rst b/docs/development.rst index f44a425..d9ecf83 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -2,7 +2,7 @@ The development version ********************************************************************** -.. image:: https://secure.travis-ci.org/libgit2/pygit2.png +.. image:: https://travis-ci.org/libgit2/pygit2.svg?branch=master :target: http://travis-ci.org/libgit2/pygit2 .. code-block:: sh