diff --git a/README.rst b/README.rst index 8cd60d67..6ec70ca6 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ TimeSide : audio processing framework for the web |version| |downloads| |travis_master| |coveralls_master| -.. |travis_master| image:: https://travis-ci.org/Parisson/TimeSide.svg?branch=master +.. |travis_master| image:: https://travis-ci.org/Parisson/TimeSide.svg :target: https://travis-ci.org/Parisson/TimeSide/ .. |coveralls_master| image:: https://coveralls.io/repos/Parisson/TimeSide/badge.png?branch=master diff --git a/doc/Makefile b/doc/Makefile index ee7b8f3b..987bd38d 100755 --- a/doc/Makefile +++ b/doc/Makefile @@ -163,7 +163,7 @@ readme: @echo "Build finished. The README.rst file is up to date." publish: - rsync -a --delete build/html/ files.parisson.com:/var/www/files/timeside/doc/ + rsync -a --delete build/html/ yomguy@files.parisson.com:/var/www/files/timeside/doc/ install_deps: pip install $(DEPENDENCIES)