Skip to content

Commit

Permalink
Changed repo
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncoulton committed Jan 22, 2014
1 parent 26de279 commit 6fa0412
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Dependencies
- watson-db
- py3k-bcrypt

.. |Build Status| image:: https://api.travis-ci.org/Bespohk/watson-auth.png?branch=master
:target: https://travis-ci.org/Bespohk/watson-auth
.. |Coverage Status| image:: https://coveralls.io/repos/bespohk/watson-auth/badge.png
:target: https://coveralls.io/r/bespohk/watson-auth
.. |Build Status| image:: https://api.travis-ci.org/watsonpy/watson-auth.png?branch=master
:target: https://travis-ci.org/watsonpy/watson-auth
.. |Coverage Status| image:: https://coveralls.io/repos/watsonpy/watson-auth/badge.png
:target: https://coveralls.io/r/watsonpy/watson-auth
.. |Version| image:: https://pypip.in/v/watson-auth/badge.png
:target: https://pypi.python.org/pypi/watson-auth/
.. |Downloads| image:: https://pypip.in/d/watson-auth/badge.png
Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ Table of Contents

.. include:: toc.rst.inc

.. |Build Status| image:: https://api.travis-ci.org/Bespohk/watson-auth.png?branch=master
:target: https://travis-ci.org/Bespohk/watson-auth
.. |Coverage Status| image:: https://coveralls.io/repos/bespohk/watson-auth/badge.png
:target: https://coveralls.io/r/bespohk/watson-auth
.. |Build Status| image:: https://api.travis-ci.org/watsonpy/watson-auth.png?branch=master
:target: https://travis-ci.org/watsonpy/watson-auth
.. |Coverage Status| image:: https://coveralls.io/repos/watsonpy/watson-auth/badge.png
:target: https://coveralls.io/r/watsonpy/watson-auth
.. |Version| image:: https://pypip.in/v/watson-auth/badge.png
:target: https://pypi.python.org/pypi/watson-auth/
.. |Downloads| image:: https://pypip.in/d/watson-auth/badge.png
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def confirm(prompt):
setup(
name='watson-auth',
version=watson.auth.__version__,
url='http://github.com/bespohk/watson-auth',
url='http://github.com/watsonpy/watson-auth',
description='Authorization and authentication library for Watson.',
long_description=readme,

Expand Down

0 comments on commit 6fa0412

Please sign in to comment.