diff --git a/docs/contributing.rst b/docs/contributing.rst index d4e99d2..defd99a 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/chrisglass/django_polymorphic + https://github.com/django-polymorphic/django-polymorphic Running tests diff --git a/setup.py b/setup.py index 64a126a..bb3193f 100755 --- a/setup.py +++ b/setup.py @@ -21,13 +21,13 @@ def find_version(*parts): setup( - name='django_polymorphic', + name='django-polymorphic', version=find_version('polymorphic', '__init__.py'), license='BSD', description='Seamless Polymorphic Inheritance for Django Models', long_description=read('README.rst'), - url='https://github.com/chrisglass/django_polymorphic', + url='https://github.com/django-polymorphic/django-polymorphic', author='Bert Constantin', author_email='bert.constantin@gmx.de',