From 437545e6da2b61e12e88fa686b6732fe54e85a2b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 6 Nov 2014 13:27:19 +0100 Subject: [PATCH] update doc to new repo --- README.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 1cfa372..9f6984a 100644 --- a/README.rst +++ b/README.rst @@ -4,11 +4,11 @@ TimeSide : open web audio processing framework |version| |downloads| |travis_master| |coveralls_master| -.. |travis_master| image:: https://secure.travis-ci.org/yomguy/TimeSide.png?branch=master - :target: https://travis-ci.org/yomguy/TimeSide/ +.. |travis_master| image:: https://secure.travis-ci.org/Parisson/TimeSide.png?branch=master + :target: https://travis-ci.org/Parisson/TimeSide/ -.. |coveralls_master| image:: https://coveralls.io/repos/yomguy/TimeSide/badge.png?branch=master - :target: https://coveralls.io/r/yomguy/TimeSide?branch=master +.. |coveralls_master| image:: https://coveralls.io/repos/Parisson/TimeSide/badge.png?branch=master + :target: https://coveralls.io/r/Parisson/TimeSide?branch=master .. |version| image:: https://pypip.in/version/TimeSide/badge.png :target: https://pypi.python.org/pypi/TimeSide/ @@ -41,7 +41,7 @@ Support To fund the project and continue our development process, we need your explicit support. So if you use TimeSide in production or even in development, please let us know: - * star or fork the project on `GitHub `_ + * star or fork the project on `GitHub `_ * tweet something to `@parisson_studio `_ or `@yomguy `_ * drop us an email @@ -335,11 +335,11 @@ Development |travis_dev| |coveralls_dev| -.. |travis_dev| image:: https://secure.travis-ci.org/yomguy/TimeSide.png?branch=dev - :target: https://travis-ci.org/yomguy/TimeSide/ +.. |travis_dev| image:: https://secure.travis-ci.org/Parisson/TimeSide.png?branch=dev + :target: https://travis-ci.org/Parisson/TimeSide/ -.. |coveralls_dev| image:: https://coveralls.io/repos/yomguy/TimeSide/badge.png?branch=dev - :target: https://coveralls.io/r/yomguy/TimeSide?branch=dev +.. |coveralls_dev| image:: https://coveralls.io/repos/Parisson/TimeSide/badge.png?branch=dev + :target: https://coveralls.io/r/Parisson/TimeSide?branch=dev First, install TimeSide (see Install). @@ -347,7 +347,7 @@ Then:: sudo apt-get build-dep python-timeside sudo apt-get install git - git clone https://github.com/yomguy/TimeSide.git + git clone https://github.com/Parisson/TimeSide.git cd TimeSide git checkout dev sudo pip install -e . -- 2.39.5