Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Convert readthedocs links for their .org -> .io migration for hosted …
Browse files Browse the repository at this point in the history
…projects

As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
  • Loading branch information
Adam Chainz committed Jun 14, 2016
1 parent 4a449e6 commit 29518f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ Note that the 1.3 branch is unmaintained and doesn't include any of the fixes in
Documentation
=============

More information and documentation can be found at http://snakebite.readthedocs.org/en/latest/
More information and documentation can be found at https://snakebite.readthedocs.io/en/latest/

Development
===========

Make sure to read about development
[here](http://snakebite.readthedocs.org/en/latest/development.html) and about
testing over [here](http://snakebite.readthedocs.org/en/latest/testing.html),
[here](https://snakebite.readthedocs.io/en/latest/development.html) and about
testing over [here](https://snakebite.readthedocs.io/en/latest/testing.html),
hack and come back with a pull requests <3

Travis CI status: [![Travis](https://api.travis-ci.org/spotify/snakebite.png)](https://travis-ci.org/spotify/snakebite)
Expand Down
2 changes: 1 addition & 1 deletion doc/source/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ environment for snakebite:
2. create development environment:
``$ mkvirtualenv snakebite_dev``

More about virtualenvwrapper and virtualenv `here <http://virtualenvwrapper.readthedocs.org/en/latest/>`_
More about virtualenvwrapper and virtualenv `here <https://virtualenvwrapper.readthedocs.io/en/latest/>`_

Below is the list of recommended steps to start development:

Expand Down
6 changes: 3 additions & 3 deletions doc/source/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ tests ``MiniClusterTestBase`` - on setup for such test class minicluster is
started, when tests are done minicluster is destroyed. There's some
performance overhead - but it's not a problem (yet).

Snakebite by default uses `nose <https://nose.readthedocs.org/en/latest/>`_
and `tox <https://tox.readthedocs.org/en/latest/>`_ for testing. Tests
Snakebite by default uses `nose <https://nose.readthedocs.io/en/latest/>`_
and `tox <https://tox.readthedocs.io/en/latest/>`_ for testing. Tests
are integrated with `setup.py`, so to start tests one can simply:
``$ python setup.py test``

Expand All @@ -24,7 +24,7 @@ java needs to be present on the system.
Tox
===

`Tox <https://tox.readthedocs.org/en/latest/>`_ allow us to create automated
`Tox <https://tox.readthedocs.io/en/latest/>`_ allow us to create automated
isolated python test environments. It's also a place where we can prepare environment
for testing - like download hadoop distributions, set environment variables etc.
Tox configuration is available in ``tox.ini`` file in root directory.
Expand Down

0 comments on commit 29518f0

Please sign in to comment.