mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Docs: update PyPI links to point to new pypi.org
(Skip the redirect through pypi.python.org)
This commit is contained in:
@@ -57,7 +57,7 @@ Anymail releases follow `semantic versioning <http://semver.org/>`_.
|
|||||||
**Resources**
|
**Resources**
|
||||||
|
|
||||||
* Full documentation: https://anymail.readthedocs.io/en/stable/
|
* 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
|
* Project on Github: https://github.com/anymail/django-anymail
|
||||||
* Changelog: https://anymail.readthedocs.io/en/stable/changelog/
|
* Changelog: https://anymail.readthedocs.io/en/stable/changelog/
|
||||||
|
|
||||||
|
|||||||
@@ -264,7 +264,7 @@ texinfo_documents = [
|
|||||||
# -- Options for extlinks ---------------------------------------------------
|
# -- Options for extlinks ---------------------------------------------------
|
||||||
|
|
||||||
extlinks = {
|
extlinks = {
|
||||||
'pypi': ('https://pypi.python.org/pypi/%s', ''),
|
'pypi': ('https://pypi.org/project/%s/', ''),
|
||||||
}
|
}
|
||||||
|
|
||||||
# -- Options for Intersphinx ------------------------------------------------
|
# -- Options for Intersphinx ------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user