diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 647e33e..2bd5765 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,5 +14,5 @@ You can contribute in different ways: * Join the #ponytracker channel on freenode * Send an email to dev@lists.ponytracker.eu.org - * Open an issue on Github at https://github.com/bouttier/ponytracker/issues + * Open an issue on Github at https://github.com/ponytracker/ponytracker/issues * Fork the repository on Github and make a pull request diff --git a/README.md b/README.md index 15e7516..f2ae1ca 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ PonyTracker =========== [![Build Status](https://travis-ci.org/bouttier/ponytracker.svg?branch=master)](https://travis-ci.org/bouttier/ponytracker) -[![Coverage Status](https://coveralls.io/repos/bouttier/ponytracker/badge.png?branch=master)](https://coveralls.io/r/bouttier/ponytracker?branch=master) +[![Coverage Status](https://coveralls.io/repos/ponytracker/ponytracker/badge.svg?branch=master)](https://coveralls.io/r/ponytracker/ponytracker?branch=master) [![Documentation Status](https://readthedocs.org/projects/ponytracker/badge/?version=latest)](https://readthedocs.org/projects/ponytracker/?badge=latest) PonyTracker is a small and easy-to-use github-like issue tracker. diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 0d3d4fc..322b9de 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -47,7 +47,7 @@ Create ``log`` and ``www`` directories:: Clone the git repository and switch to the release branch:: - $ git clone http://github.com/bouttier/ponytracker + $ git clone http://github.com/ponytracker/ponytracker $ cd ponytracker # we are now in /srv/www/ponytracker/ponytracker $ git checkout release