merge remote-tracking branch 'jwilk/readthedocs-urls'

This commit is contained in:
Zack M. Davis 2016-05-15 12:57:53 -07:00
commit 005a8cd005

View File

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