diff --git a/README.rst b/README.rst index 887b69b752ef4901f7998cdda32310d5870e4823..aa6b37ea5e82436505d4392614cb58be8c6a44f2 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ If you need, you can manually set the path to yarnpkg: YARN_PATH = '/usr/bin/yarnpkg' -You can see an example settings file in `example project <https://github.com/Natureshadow/django-yarnpkg/blob/master/example/example/settings.py>`_. +You can see an example settings file in `example project <https://edugit.org/nik/django-yarnpkg/blob/master/example/example/settings.py>`_. Usage ----- diff --git a/docs/index.rst b/docs/index.rst index 1a5256c30beb73377d1a735c04df8f69a7147cf7..a97d5c5559661dfde750070ac61bf25c7ea03c6a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,7 +22,7 @@ Contents: tests example -`Visit django-yarnpkg github page. <https://github.com/Natureshadow/django-yarnpkg>`_ +`Visit django-yarnpkg github page. <https://edugit.org/nik/django-yarnpkg>`_ diff --git a/setup.py b/setup.py index bd6eeb311fbb806bb193d5b19729fef2c230c4af..b27bea5027a5afd6c7f7984c23073af68e4d865b 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( keywords='', author='Dominik George', author_email='nik@naturalnet.de', - url='https://github.com/Natureshadow/django-yarnpkg', + url='https://edugit.org/nik/django-yarnpkg', license='BSD', packages=find_packages(exclude=['example']), include_package_data=True,