Docs: update changelog links in README, PyPI

This commit is contained in:
medmunds
2018-07-06 16:54:29 -07:00
parent 9e56be1c70
commit 7d8dbdace9
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ Anymail releases follow `semantic versioning <http://semver.org/>`_.
* 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.python.org/pypi/django-anymail
* Project on Github: https://github.com/anymail/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 Anymail 1-2-3

View File

@@ -85,7 +85,7 @@ setup(
project_urls=OrderedDict([ project_urls=OrderedDict([
("Documentation", "https://anymail.readthedocs.io/en/%s/" % release_tag), ("Documentation", "https://anymail.readthedocs.io/en/%s/" % release_tag),
("Source", "https://github.com/anymail/django-anymail"), ("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"), ("Tracker", "https://github.com/anymail/django-anymail/issues"),
]), ]),
) )