diff --git a/README.rst b/README.rst index 025bef4..f48d96b 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,7 @@ To install: pip install git-upstream -See also https://pypi.python.org/pypi/git-upstream +See also https://pypi.org/project/git-upstream You can also install directly from source: @@ -121,8 +121,8 @@ You can also join via this `IRC URL webchat `_. -.. _pep8: https://pypi.python.org/pypi/pep8 -.. _pyflakes: https://pypi.python.org/pypi/pyflakes +.. _pep8: https://pypi.org/project/pep8 +.. _pyflakes: https://pypi.org/project/pyflakes .. _tox: https://testrun.org/tox What does git-upstream do? diff --git a/doc/source/installation.rst b/doc/source/installation.rst index fcbedfb..5eb306e 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -59,7 +59,7 @@ Verify your installation. Name: git-upstream Version: 0.12.1 Summary: git tool to help manage upstream repositories - Home-page: https://pypi.python.org/pypi/git-upstream + Home-page: https://pypi.org/project/git-upstream Author: Darragh Bailey Author-email: dbailey@hpe.com License: Apache License (2.0) @@ -71,7 +71,7 @@ Verify your installation. [...] -.. _pypi: https://pypi.python.org/pypi/git-upstream +.. _pypi: https://pypi.org/project/git-upstream Installing for Development -------------------------- diff --git a/setup.cfg b/setup.cfg index 4808567..cba7d21 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = git-upstream author = Darragh Bailey author-email = dbailey@hpe.com -home-page = https://pypi.python.org/pypi/git-upstream +home-page = https://pypi.org/project/git-upstream summary = git tool to help manage upstream repositories description-file = DESCRIPTION license = Apache License (2.0)