Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Commit

Permalink
Merge pull request #113 from adamchainz/readthedocs.io
Browse files Browse the repository at this point in the history
Convert readthedocs links for their .org -> .io migration for hosted projects
  • Loading branch information
medmunds authored Jun 14, 2016
2 parents 60f29a5 + 10c5410 commit 1b5d824
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Djrill is maintained by its users. Your contributions are encouraged!

Please see [Contributing](https://djrill.readthedocs.org/en/latest/contributing/)
Please see [Contributing](https://djrill.readthedocs.io/en/latest/contributing/)
in the Djrill documentation for more information.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Djrill uses `semantic versioning <http://semver.org/>`_.

**Resources**

* Full documentation: https://djrill.readthedocs.org/en/latest/
* Full documentation: https://djrill.readthedocs.io/en/latest/
* Package on PyPI: https://pypi.python.org/pypi/djrill
* Project on Github: https://github.com/brack3t/Djrill

Expand Down Expand Up @@ -125,5 +125,5 @@ Djrill 1-2-3
.. END quickstart
See the `full documentation <https://djrill.readthedocs.org/en/latest/>`_
See the `full documentation <https://djrill.readthedocs.io/en/latest/>`_
for more features and options.
2 changes: 1 addition & 1 deletion djrill/tests/test_mandrill_send.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def test_unicode_attachment_correctly_decoded(self):
to=['[email protected]'],
)
# Slight modification from the Django unicode docs:
# http://django.readthedocs.org/en/latest/ref/unicode.html#email
# https://django.readthedocs.io/en/latest/ref/unicode.html#email
msg.attach("Une pièce jointe.html", '<p>\u2019</p>', mimetype='text/html')

msg.send()
Expand Down
2 changes: 1 addition & 1 deletion docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Version 0.4:
* New Mandrill :attr:`inline_css` option is supported
* Remove limitations on attachment types, to track Mandrill change
* Documentation is now available on
`djrill.readthedocs.org <https://djrill.readthedocs.org>`_
`djrill.readthedocs.org <https://djrill.readthedocs.io>`_


Version 0.3:
Expand Down

0 comments on commit 1b5d824

Please sign in to comment.