Skip to content

Commit 39d0985

Browse files
committed
Fix all links in the docs
1 parent 0acc648 commit 39d0985

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.. image:: https://travis-ci.org/django-polymorphic/django-polymorphic.svg?branch=master
2-
:target: http://travis-ci.org/django-polymorphic/django-polymorphic
1+
.. image:: https://travis-ci.org/jazzband/django-polymorphic.svg?branch=master
2+
:target: http://travis-ci.org/jazzband/django-polymorphic
33
.. image:: https://img.shields.io/pypi/v/django-polymorphic.svg
44
:target: https://pypi.python.org/pypi/django-polymorphic/
5-
.. image:: https://img.shields.io/codecov/c/github/django-polymorphic/django-polymorphic/master.svg
6-
:target: https://codecov.io/github/django-polymorphic/django-polymorphic?branch=master
5+
.. image:: https://img.shields.io/codecov/c/github/jazzband/django-polymorphic/master.svg
6+
:target: https://codecov.io/github/jazzband/django-polymorphic?branch=master
77
.. image:: https://readthedocs.org/projects/django-polymorphic/badge/?version=stable
88
:target: https://django-polymorphic.readthedocs.io/en/stable/
99
.. image:: https://jazzband.co/static/img/badge.svg

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributing
33

44
You can contribute to *django-polymorphic* to forking the code on GitHub:
55

6-
https://github.com/django-polymorphic/django-polymorphic
6+
https://github.com/jazzband/django-polymorphic
77

88

99
Running tests

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ author = Bert Constantin
77
author_email = [email protected]
88
maintainer = Christopher Glass
99
maintainer_email = [email protected]
10-
url = https://github.com/django-polymorphic/django-polymorphic
11-
download_url = https://github.com/django-polymorphic/django-polymorphic/tarball/master
10+
url = https://github.com/jazzband/django-polymorphic
11+
download_url = https://github.com/jazzband/django-polymorphic/tarball/master
1212
keywords = django, polymorphic
1313
classifiers =
1414
Development Status :: 5 - Production/Stable

0 commit comments

Comments
 (0)