Skip to content

Commit c4e17ec

Browse files
adamchainzJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Convert readthedocs link for their .org -> .io migration for hosted projects (googleapis#514)
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.
1 parent b557440 commit c4e17ec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ You can sign these electronically (just scroll to the bottom). After that,
188188
we'll be able to accept your pull requests.
189189
190190
[1]: https://github.com/google/oauth2client
191-
[2]: https://tox.readthedocs.org/en/latest/
191+
[2]: https://tox.readthedocs.io/en/latest/
192192
[3]: https://cloud.google.com/storage/docs/authentication#generating-a-private-key
193193
[4]: https://developers.google.com/open-source/cla/individual
194194
[5]: https://developers.google.com/open-source/cla/corporate
@@ -199,6 +199,6 @@ we'll be able to accept your pull requests.
199199
[10]: #fork-oauth2client
200200
[11]: #include-tests
201201
[12]: #make-the-pull-request
202-
[13]: http://oauth2client.readthedocs.org/en/latest/#using-pypy
202+
[13]: https://oauth2client.readthedocs.io/en/latest/#using-pypy
203203
[14]: https://docs.djangoproject.com/en/1.7/faq/install/#what-python-version-can-i-use-with-django
204204
[15]: https://docs.djangoproject.com/en/1.9/faq/install/#what-python-version-can-i-use-with-django

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://travis-ci.org/google/oauth2client.svg?branch=master)](https://travis-ci.org/google/oauth2client)
22
[![Coverage Status](https://coveralls.io/repos/google/oauth2client/badge.svg?branch=master&service=github)](https://coveralls.io/github/google/oauth2client?branch=master)
3-
[![Documentation Status](https://readthedocs.org/projects/oauth2client/badge/?version=latest)](http://oauth2client.readthedocs.org/)
3+
[![Documentation Status](https://readthedocs.org/projects/oauth2client/badge/?version=latest)](https://oauth2client.readthedocs.io/)
44

55
This is a client library for accessing resources protected by OAuth 2.0.
66

@@ -26,4 +26,4 @@ Supported Python Versions
2626
We support Python 2.6, 2.7, 3.3+. More information [in the docs][2].
2727

2828
[1]: https://github.com/google/oauth2client/blob/master/CONTRIBUTING.md
29-
[2]: http://oauth2client.readthedocs.org/#supported-python-versions
29+
[2]: https://oauth2client.readthedocs.io/#supported-python-versions

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import mock
1212

1313
# See
14-
# (http://read-the-docs.readthedocs.org/en/latest/faq.html#\
14+
# (https://read-the-docs.readthedocs.io/en/latest/faq.html#\
1515
# i-get-import-errors-on-libraries-that-depend-on-c-modules)
1616

1717
class Mock(mock.Mock):

0 commit comments

Comments
 (0)