From 37665581e0efedd22fbea481d64af64e6ca6d917 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Wed, 13 Jul 2016 23:24:04 +0100 Subject: [PATCH] Convert readthedocs links for their .org -> .io migration for hosted projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- README.rst | 2 +- docs/conf.py | 2 +- docs/contributing.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 57e922c..293cb27 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ Source code https://github.com/kevin1024/vcrpy Documentation - https://vcrpy.readthedocs.org/ + https://vcrpy.readthedocs.io/ Rationale --------- diff --git a/docs/conf.py b/docs/conf.py index afb28cc..1ea1865 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -110,7 +110,7 @@ todo_include_todos = False # -- Options for HTML output ---------------------------------------------- # The theme to use for HTML and HTML Help pages. -# https://read-the-docs.readthedocs.org/en/latest/theme.html#how-do-i-use-this-locally-and-on-read-the-docs +# https://read-the-docs.readthedocs.io/en/latest/theme.html#how-do-i-use-this-locally-and-on-read-the-docs if 'READTHEDOCS' not in os.environ: import sphinx_rtd_theme html_theme = 'sphinx_rtd_theme' diff --git a/docs/contributing.rst b/docs/contributing.rst index 65c2c5a..f5ffc84 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -19,7 +19,7 @@ that has ``requests`` installed. Also, in order for the boto tests to run, you will need an AWS key. Refer to the `boto -documentation `__ +documentation `__ for how to set this up. I have marked the boto tests as optional in Travis so you don't have to worry about them failing if you submit a pull request.