From c4e17ec922120fb68bd6621ad7c31e09bd699cc5 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Wed, 8 Jun 2016 20:36:54 +0100 Subject: [PATCH] Convert readthedocs link for their .org -> .io migration for hosted projects (#514) 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. --- CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- docs/conf.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85599e2..5ab1bce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -188,7 +188,7 @@ You can sign these electronically (just scroll to the bottom). After that, we'll be able to accept your pull requests. [1]: https://github.com/google/oauth2client -[2]: https://tox.readthedocs.org/en/latest/ +[2]: https://tox.readthedocs.io/en/latest/ [3]: https://cloud.google.com/storage/docs/authentication#generating-a-private-key [4]: https://developers.google.com/open-source/cla/individual [5]: https://developers.google.com/open-source/cla/corporate @@ -199,6 +199,6 @@ we'll be able to accept your pull requests. [10]: #fork-oauth2client [11]: #include-tests [12]: #make-the-pull-request -[13]: http://oauth2client.readthedocs.org/en/latest/#using-pypy +[13]: https://oauth2client.readthedocs.io/en/latest/#using-pypy [14]: https://docs.djangoproject.com/en/1.7/faq/install/#what-python-version-can-i-use-with-django [15]: https://docs.djangoproject.com/en/1.9/faq/install/#what-python-version-can-i-use-with-django diff --git a/README.md b/README.md index c09471d..17e69fc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Build Status](https://travis-ci.org/google/oauth2client.svg?branch=master)](https://travis-ci.org/google/oauth2client) [![Coverage Status](https://coveralls.io/repos/google/oauth2client/badge.svg?branch=master&service=github)](https://coveralls.io/github/google/oauth2client?branch=master) -[![Documentation Status](https://readthedocs.org/projects/oauth2client/badge/?version=latest)](http://oauth2client.readthedocs.org/) +[![Documentation Status](https://readthedocs.org/projects/oauth2client/badge/?version=latest)](https://oauth2client.readthedocs.io/) This is a client library for accessing resources protected by OAuth 2.0. @@ -26,4 +26,4 @@ Supported Python Versions We support Python 2.6, 2.7, 3.3+. More information [in the docs][2]. [1]: https://github.com/google/oauth2client/blob/master/CONTRIBUTING.md -[2]: http://oauth2client.readthedocs.org/#supported-python-versions +[2]: https://oauth2client.readthedocs.io/#supported-python-versions diff --git a/docs/conf.py b/docs/conf.py index 2b16ebc..f84911c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ import sys import mock # See -# (http://read-the-docs.readthedocs.org/en/latest/faq.html#\ +# (https://read-the-docs.readthedocs.io/en/latest/faq.html#\ # i-get-import-errors-on-libraries-that-depend-on-c-modules) class Mock(mock.Mock):