From 0177d45396e4741c9761aba022dcec1774ffb2b5 Mon Sep 17 00:00:00 2001 From: David Vierra Date: Sun, 27 Sep 2015 09:32:04 -1000 Subject: [PATCH] Change branch `python3` to `develop` in README. This affects CI badges and manual and changelog links. --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 7728e58eec6..62fdaea4320 100644 --- a/README.rst +++ b/README.rst @@ -7,11 +7,11 @@ programs into stand-alone executables, under Windows, Linux, Mac OS X, FreeBSD, AIX and Solaris. -.. image:: http://img.shields.io/travis/pyinstaller/pyinstaller/python3.svg +.. image:: http://img.shields.io/travis/pyinstaller/pyinstaller/develop.svg :target: https://travis-ci.org/pyinstaller/pyinstaller/ -.. image:: https://ci.appveyor.com/api/projects/status/t7o4swychyh94wrs/branch/python3?svg=true - :target: https://ci.appveyor.com/project/matysek/pyinstaller/branch/python3 +.. image:: https://ci.appveyor.com/api/projects/status/t7o4swychyh94wrs/branch/develop?svg=true + :target: https://ci.appveyor.com/project/matysek/pyinstaller/branch/develop .. image:: http://img.shields.io/pypi/v/PyInstaller.svg :target: https://pypi.python.org/pypi/PyInstaller @@ -20,11 +20,11 @@ FreeBSD, AIX and Solaris. :target: https://pypi.python.org/pypi/PyInstaller .. image:: https://img.shields.io/badge/docs-latest-blue.svg - :target: http://htmlpreview.github.io/?https://github.com/pyinstaller/pyinstaller/blob/python3/doc/Manual.html + :target: http://htmlpreview.github.io/?https://github.com/pyinstaller/pyinstaller/blob/develop/doc/Manual.html :alt: Manual .. image:: https://img.shields.io/badge/changes-latest-blue.svg - :target: https://github.com/pyinstaller/pyinstaller/blob/python3/doc/CHANGES.txt + :target: https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.txt :alt: Changelog .. image:: https://img.shields.io/badge/IRC-pyinstalller-blue.svg @@ -133,5 +133,5 @@ or simply use it direclty from the source (pyinstaller.py). .. _PyCrypto: https://www.dlitz.net/software/pycrypto/ -.. _`manual`: http://htmlpreview.github.io/?https://github.com/pyinstaller/pyinstaller/blob/python3/doc/Manual.html +.. _`manual`: http://htmlpreview.github.io/?https://github.com/pyinstaller/pyinstaller/blob/develop/doc/Manual.html