diff --git a/README.rst b/README.rst index 88e6c03..4ff3ce1 100644 --- a/README.rst +++ b/README.rst @@ -59,7 +59,7 @@ Anymail releases follow `semantic versioning `_. * 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 diff --git a/setup.py b/setup.py index ab5ccd3..fe2acc9 100644 --- a/setup.py +++ b/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"), ]), )