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:
@@ -59,7 +59,7 @@ Anymail releases follow `semantic versioning <http://semver.org/>`_.
|
||||
* Full documentation: https://anymail.readthedocs.io/en/stable/
|
||||
* Package on PyPI: https://pypi.python.org/pypi/django-anymail
|
||||
* Project on Github: https://github.com/anymail/django-anymail
|
||||
* Changelog: https://github.com/anymail/django-anymail/releases
|
||||
* Changelog: https://anymail.readthedocs.io/en/stable/changelog/
|
||||
|
||||
|
||||
Anymail 1-2-3
|
||||
|
||||
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