diff --git a/README.rst b/README.rst index 6b557782..1d97ef54 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,9 @@ -.. image:: https://travis-ci.org/django-polymorphic/django-polymorphic.svg?branch=master - :target: http://travis-ci.org/django-polymorphic/django-polymorphic +.. image:: https://travis-ci.org/jazzband/django-polymorphic.svg?branch=master + :target: http://travis-ci.org/jazzband/django-polymorphic .. image:: https://img.shields.io/pypi/v/django-polymorphic.svg :target: https://pypi.python.org/pypi/django-polymorphic/ -.. image:: https://img.shields.io/codecov/c/github/django-polymorphic/django-polymorphic/master.svg - :target: https://codecov.io/github/django-polymorphic/django-polymorphic?branch=master +.. image:: https://img.shields.io/codecov/c/github/jazzband/django-polymorphic/master.svg + :target: https://codecov.io/github/jazzband/django-polymorphic?branch=master .. image:: https://readthedocs.org/projects/django-polymorphic/badge/?version=stable :target: https://django-polymorphic.readthedocs.io/en/stable/ .. image:: https://jazzband.co/static/img/badge.svg diff --git a/docs/contributing.rst b/docs/contributing.rst index 9a1167c1..58282ae8 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -3,7 +3,7 @@ Contributing You can contribute to *django-polymorphic* to forking the code on GitHub: - https://github.com/django-polymorphic/django-polymorphic + https://github.com/jazzband/django-polymorphic Running tests diff --git a/setup.cfg b/setup.cfg index d3ca3dde..09a3300b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,8 +7,8 @@ author = Bert Constantin author_email = bert.constantin@gmx.de maintainer = Christopher Glass maintainer_email = tribaal@ubuntu.com -url = https://github.com/django-polymorphic/django-polymorphic -download_url = https://github.com/django-polymorphic/django-polymorphic/tarball/master +url = https://github.com/jazzband/django-polymorphic +download_url = https://github.com/jazzband/django-polymorphic/tarball/master keywords = django, polymorphic classifiers = Development Status :: 5 - Production/Stable