Docs: update absolute links to anymail.dev

Canonical hosting for docs moved from anymail.readthedocs.io
to anymail.dev in May 2022.
This commit is contained in:
medmunds
2023-02-08 11:25:11 -08:00
parent b1f49b8870
commit 353e793323
5 changed files with 66 additions and 69 deletions

View File

@@ -121,12 +121,9 @@ setup(
long_description_content_type="text/x-rst",
project_urls=OrderedDict(
[
("Documentation", "https://anymail.readthedocs.io/en/%s/" % release_tag),
("Documentation", "https://anymail.dev/en/%s/" % release_tag),
("Source", "https://github.com/anymail/django-anymail"),
(
"Changelog",
"https://anymail.readthedocs.io/en/%s/changelog/" % release_tag,
),
("Changelog", "https://anymail.dev/en/%s/changelog/" % release_tag),
("Tracker", "https://github.com/anymail/django-anymail/issues"),
]
),