From 271eb5c926ecc8cb4fe64dcafeafef9a98a5fea8 Mon Sep 17 00:00:00 2001 From: medmunds Date: Sat, 30 Apr 2016 11:28:07 -0700 Subject: [PATCH] Update RTD links to readthedocs.io (RTD is migrating doc hosting from readthedocs.org to readthedocs.io.) [ci skip] --- CONTRIBUTING.md | 2 +- README.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 12262d7..86ce522 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ Anymail is maintained by its users. Your contributions are encouraged! -Please see [Contributing](https://anymail.readthedocs.org/en/latest/contributing/) +Please see [Contributing](https://anymail.readthedocs.io/en/latest/contributing/) in the Anymail documentation for more information. diff --git a/README.rst b/README.rst index 3e7ccd5..1d3f0f2 100644 --- a/README.rst +++ b/README.rst @@ -61,12 +61,12 @@ Anymail releases follow `semantic versioning `_. :alt: build status on Travis-CI .. image:: https://readthedocs.org/projects/anymail/badge/?version=latest - :target: http://anymail.readthedocs.org/en/latest/ + :target: https://anymail.readthedocs.io/en/latest/ :alt: documentation on ReadTheDocs **Resources** -* Full documentation: https://anymail.readthedocs.org/en/latest/ +* Full documentation: https://anymail.readthedocs.io/en/latest/ * Package on PyPI: https://pypi.python.org/pypi/django-anymail * Project on Github: https://github.com/anymail/django-anymail @@ -148,5 +148,5 @@ or any other supported ESP where you see "mailgun": .. END quickstart -See the `full documentation `_ +See the `full documentation `_ for more features and options.