From 1ac335e0066817c6e2533bf77e60bd081d138d6c Mon Sep 17 00:00:00 2001 From: medmunds Date: Sat, 11 Aug 2018 16:11:14 -0700 Subject: [PATCH] Docs: update PyPI links to point to new pypi.org (Skip the redirect through pypi.python.org) --- README.rst | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4ff3ce1..83cf041 100644 --- a/README.rst +++ b/README.rst @@ -57,7 +57,7 @@ Anymail releases follow `semantic versioning `_. **Resources** * Full documentation: https://anymail.readthedocs.io/en/stable/ -* Package on PyPI: https://pypi.python.org/pypi/django-anymail +* Package on PyPI: https://pypi.org/project/django-anymail/ * Project on Github: https://github.com/anymail/django-anymail * Changelog: https://anymail.readthedocs.io/en/stable/changelog/ diff --git a/docs/conf.py b/docs/conf.py index 72e3052..c4ca1f8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -264,7 +264,7 @@ texinfo_documents = [ # -- Options for extlinks --------------------------------------------------- extlinks = { - 'pypi': ('https://pypi.python.org/pypi/%s', ''), + 'pypi': ('https://pypi.org/project/%s/', ''), } # -- Options for Intersphinx ------------------------------------------------