Update readthedocs domains

From the announcement <http://blog.readthedocs.com/securing-subdomains/>:

> Starting today, Read the Docs will start hosting projects from
> subdomains on the domain readthedocs.io, instead of on readthedocs.org.
[...]
> Projects will automatically be redirected, and this redirect will
> remain in place for the foreseeable future. Still, you should plan on
> updating links to your documentation after the new domain goes live.
This commit is contained in:
Jakub Wilk 2016-05-15 15:08:32 +02:00
parent d1fd483e59
commit 35ea55caaf
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ Do this:
$ . venv/bin/activate
or use `virtualenvwrapper <http://virtualenvwrapper.readthedocs.org/en/latest/#introduction>`_
or use `virtualenvwrapper <http://virtualenvwrapper.readthedocs.io/en/latest/#introduction>`_
to create and manage your virtual environment::
$ mkvirtualenv hy
@ -63,7 +63,7 @@ Test!
=====
Tests are located in ``tests/``. We use `nose
<https://nose.readthedocs.org/en/latest/>`_.
<https://nose.readthedocs.io/en/latest/>`_.
To run the tests::