mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Docs: update changelog links in README, PyPI
This commit is contained in:
2
setup.py
2
setup.py
@@ -85,7 +85,7 @@ setup(
|
||||
project_urls=OrderedDict([
|
||||
("Documentation", "https://anymail.readthedocs.io/en/%s/" % release_tag),
|
||||
("Source", "https://github.com/anymail/django-anymail"),
|
||||
("Changelog", "https://github.com/anymail/django-anymail/releases"),
|
||||
("Changelog", "https://anymail.readthedocs.io/en/%s/changelog/" % release_tag),
|
||||
("Tracker", "https://github.com/anymail/django-anymail/issues"),
|
||||
]),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user