Convert readthedocs links for their .org -> .io migration for hosted 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.
This commit is contained in:
Adam Chainz 2016-06-11 12:33:37 +01:00
parent 96d786c9e4
commit 64d9a62f89
33 changed files with 53 additions and 53 deletions

View file

@ -19,7 +19,7 @@ class Mock(object):
This allows autodoc to do its thing without having oodles of req'd
installed libs. This doesn't work with ``import *`` imports.
http://read-the-docs.readthedocs.org/en/latest/faq.html#i-get-import-errors-on-libraries-that-depend-on-c-modules
https://read-the-docs.readthedocs.io/en/latest/faq.html#i-get-import-errors-on-libraries-that-depend-on-c-modules
'''
def __init__(self, *args, **kwargs):
pass
@ -405,10 +405,10 @@ linkcheck_ignore = [r'http://127.0.0.1',
r'http://logstash.net/docs/latest/inputs/udp',
r'http://logstash.net/docs/latest/inputs/zeromq',
r'http://www.youtube.com/saltstack',
r'http://raven.readthedocs.org',
r'https://raven.readthedocs.io',
r'https://getsentry.com',
r'http://salt-cloud.readthedocs.org',
r'http://salt.readthedocs.org',
r'https://salt-cloud.readthedocs.io',
r'https://salt.readthedocs.io',
r'http://www.pip-installer.org/',
r'http://www.windowsazure.com/',
r'https://github.com/watching',

View file

@ -63999,7 +63999,7 @@ _
T{
\fBuwsgi\fP
T} T{
uWSGI stats server \fI\%http://uwsgi\-docs.readthedocs.org/en/latest/StatsServer.html\fP
uWSGI stats server \fI\%https://uwsgi\-docs.readthedocs.io/en/latest/StatsServer.html\fP
T}
_
T{
@ -70523,7 +70523,7 @@ Create or update a cloudwatch alarm.
.INDENT 7.0
.TP
.B Params are the same as:
\fI\%http://boto.readthedocs.org/en/latest/ref/cloudwatch.html#boto.ec2.cloudwatch.alarm.MetricAlarm\fP\&.
\fI\%https://boto.readthedocs.io/en/latest/ref/cloudwatch.html#boto.ec2.cloudwatch.alarm.MetricAlarm\fP\&.
.UNINDENT
.sp
Dimensions must be a dict. If the value of Dimensions is a string, it will
@ -88921,7 +88921,7 @@ complete dictionary of bound volume mappings:
.sp
This dictionary is suitable for feeding directly into the Docker API, and all
keys are required.
(see \fI\%http://docker\-py.readthedocs.org/en/latest/volumes/\fP)
(see \fI\%https://docker\-py.readthedocs.io/en/latest/volumes/\fP)
.TP
.B tty
attach ttys, Default is \fBFalse\fP
@ -169979,7 +169979,7 @@ salt \(aq*\(aq user.rename name new_name
.UNINDENT
.SS salt.modules.uwsgi
.sp
uWSGI stats server \fI\%http://uwsgi\-docs.readthedocs.org/en/latest/StatsServer.html\fP
uWSGI stats server \fI\%https://uwsgi\-docs.readthedocs.io/en/latest/StatsServer.html\fP
.INDENT 0.0
.TP
.B maintainer
@ -190751,7 +190751,7 @@ Mock out specified imports
This allows autodoc to do its thing without having oodles of req\(aqd
installed libs. This doesn\(aqt work with \fBimport *\fP imports.
.sp
\fI\%http://read\-the\-docs.readthedocs.org/en/latest/faq.html#i\-get\-import\-errors\-on\-libraries\-that\-depend\-on\-c\-modules\fP
\fI\%https://read\-the\-docs.readthedocs.io/en/latest/faq.html#i\-get\-import\-errors\-on\-libraries\-that\-depend\-on\-c\-modules\fP
.UNINDENT
.UNINDENT
.SS \fB/login\fP
@ -208665,7 +208665,7 @@ List of processes to be suspended. see
.TP
.B scaling_policies
List of scaling policies. Each policy is a dict of key\-values described by
\fI\%http://boto.readthedocs.org/en/latest/ref/autoscale.html#boto.ec2.autoscale.policy.ScalingPolicy\fP
\fI\%https://boto.readthedocs.io/en/latest/ref/autoscale.html#boto.ec2.autoscale.policy.ScalingPolicy\fP
.TP
.B scaling_policies_from_pillar:
name of pillar dict that contains scaling policy settings. Scaling policies defined for
@ -210155,7 +210155,7 @@ values are memcached or redis.
.TP
.B cache_node_type
The compute and memory capacity of the nodes in the cache cluster.
cache.t1.micro, cache.m1.small, etc. See: \fI\%http://boto.readthedocs.org/en/latest/ref/elasticache.html#boto.elasticache.layer1.ElastiCacheConnection.create_cache_cluster\fP
cache.t1.micro, cache.m1.small, etc. See: \fI\%https://boto.readthedocs.io/en/latest/ref/elasticache.html#boto.elasticache.layer1.ElastiCacheConnection.create_cache_cluster\fP
.TP
.B num_cache_nodes
The number of cache nodes that the cache cluster will have.
@ -211314,10 +211314,10 @@ Ensure the IAM role exists.
Name of the IAM role.
.TP
.B policy_document
The policy that grants an entity permission to assume the role. (See \fI\%http://boto.readthedocs.org/en/latest/ref/iam.html#boto.iam.connection.IAMConnection.create_role\fP)
The policy that grants an entity permission to assume the role. (See \fI\%https://boto.readthedocs.io/en/latest/ref/iam.html#boto.iam.connection.IAMConnection.create_role\fP)
.TP
.B path
The path to the role/instance profile. (See \fI\%http://boto.readthedocs.org/en/latest/ref/iam.html#boto.iam.connection.IAMConnection.create_role\fP)
The path to the role/instance profile. (See \fI\%https://boto.readthedocs.io/en/latest/ref/iam.html#boto.iam.connection.IAMConnection.create_role\fP)
.TP
.B policies
A dict of IAM role policies.
@ -219402,7 +219402,7 @@ The etcd key name to remove, for example \fB/foo/bar/baz\fP\&.
.TP
.B recurse
Optional, defaults to \fBFalse\fP\&. If \fBTrue\fP performs a recursive
delete, see: \fI\%https://python\-etcd.readthedocs.org/en/latest/#delete\-a\-key\fP\&.
delete, see: \fI\%https://python\-etcd.readthedocs.io/en/latest/#delete\-a\-key\fP\&.
.TP
.B profile
Optional, defaults to \fBNone\fP\&. Sets the etcd profile to use which has
@ -281291,7 +281291,7 @@ to another environment.
.sp
An external node classification can be set in the master configuration file via
the \fBexternal_nodes\fP option:
\fI\%http://salt.readthedocs.org/en/latest/ref/configuration/master.html#external\-nodes\fP
\fI\%https://salt.readthedocs.io/en/latest/ref/configuration/master.html#external\-nodes\fP
.sp
External nodes are loaded in addition to the top files. If it is intended to
only use external nodes, do not deploy any top files.

View file

@ -639,4 +639,4 @@ Both the instance and load-balancer must exist before using these functions.
salt-cloud -f attach_lb gce name=lb member=w4
salt-cloud -f detach_lb gce name=lb member=oops
__ http://libcloud.readthedocs.org/en/latest/compute/drivers/gce.html#specifying-service-account-scopes
__ https://libcloud.readthedocs.io/en/latest/compute/drivers/gce.html#specifying-service-account-scopes

View file

@ -18,7 +18,7 @@ Documentation
=============
The documentation for Salt Cloud can be found on Read the Docs:
http://salt-cloud.readthedocs.org
https://salt-cloud.readthedocs.io
Download
========

View file

@ -15,7 +15,7 @@ Documentation
=============
The documentation for Salt Cloud can be found on Read the Docs:
http://salt-cloud.readthedocs.org
https://salt-cloud.readthedocs.io
Download
========

View file

@ -10,7 +10,7 @@ Documentation
=============
The documentation for Salt Cloud can be found on Read the Docs:
http://salt-cloud.readthedocs.org
https://salt-cloud.readthedocs.io
Download
========

View file

@ -10,7 +10,7 @@ Documentation
=============
The documentation for Salt Cloud can be found on Read the Docs:
http://salt-cloud.readthedocs.org
https://salt-cloud.readthedocs.io
Download
========

View file

@ -11,7 +11,7 @@ Documentation
=============
The documentation for Salt Cloud can be found on Read the Docs:
http://salt-cloud.readthedocs.org
https://salt-cloud.readthedocs.io
Download
========

View file

@ -9,7 +9,7 @@ Documentation
=============
The documentation for Salt Cloud can be found on Read the Docs:
http://salt-cloud.readthedocs.org
https://salt-cloud.readthedocs.io
Download
========

View file

@ -9,7 +9,7 @@ Documentation
=============
The documentation for Salt Cloud can be found on Read the Docs:
http://salt-cloud.readthedocs.org
https://salt-cloud.readthedocs.io
Download
========

View file

@ -11,7 +11,7 @@ Documentation
=============
The documentation for Salt Cloud can be found on Read the Docs:
http://salt-cloud.readthedocs.org
https://salt-cloud.readthedocs.io
Download
========

View file

@ -9,7 +9,7 @@ Documentation
=============
The documentation for Salt Cloud can be found on Read the Docs:
http://salt-cloud.readthedocs.org
https://salt-cloud.readthedocs.io
Download
========

View file

@ -28,7 +28,7 @@ Documentation
=============
The documentation for Salt Cloud can be found on Read the Docs:
http://salt-cloud.readthedocs.org
https://salt-cloud.readthedocs.io
Download

View file

@ -10,7 +10,7 @@ Documentation
=============
The documentation for Salt Cloud can be found on Read the Docs:
http://salt-cloud.readthedocs.org
https://salt-cloud.readthedocs.io
Download

View file

@ -99,7 +99,7 @@ to another environment.
An external node classification can be set in the master configuration file via
the ``external_nodes`` option:
http://salt.readthedocs.org/en/latest/ref/configuration/master.html#external-nodes
https://salt.readthedocs.io/en/latest/ref/configuration/master.html#external-nodes
External nodes are loaded in addition to the top files. If it is intended to
only use external nodes, do not deploy any top files.

View file

@ -70,10 +70,10 @@
.. _`DSN`: http://raven.readthedocs.org/en/latest/config/index.html#the-sentry-dsn
.. _`DSN`: https://raven.readthedocs.io/en/latest/config/index.html#the-sentry-dsn
.. _`Sentry`: https://getsentry.com
.. _`Raven`: http://raven.readthedocs.org
.. _`Raven client documentation`: http://raven.readthedocs.org/en/latest/config/index.html#client-arguments
.. _`Raven`: https://raven.readthedocs.io
.. _`Raven client documentation`: https://raven.readthedocs.io/en/latest/config/index.html#client-arguments
'''
from __future__ import absolute_import

View file

@ -191,7 +191,7 @@ def create_or_update_alarm(
Create or update a cloudwatch alarm.
Params are the same as:
http://boto.readthedocs.org/en/latest/ref/cloudwatch.html#boto.ec2.cloudwatch.alarm.MetricAlarm.
https://boto.readthedocs.io/en/latest/ref/cloudwatch.html#boto.ec2.cloudwatch.alarm.MetricAlarm.
Dimensions must be a dict. If the value of Dimensions is a string, it will
be json decoded to produce a dict. alarm_actions, insufficient_data_actions,

View file

@ -616,7 +616,7 @@ def create_container(image,
This dictionary is suitable for feeding directly into the Docker API, and all
keys are required.
(see http://docker-py.readthedocs.org/en/latest/volumes/)
(see https://docker-py.readthedocs.io/en/latest/volumes/)
tty
attach ttys, Default is ``False``
stdin_open

View file

@ -1292,7 +1292,7 @@ def _validate_input(kwargs,
def _valid_ports(): # pylint: disable=unused-variable
'''
Format ports in the documented way:
http://docker-py.readthedocs.org/en/stable/port-bindings/
https://docker-py.readthedocs.io/en/stable/port-bindings/
It's possible to pass this as a dict, and indeed it is returned as such
in the inspect output. Passing port configurations as a dict will work

View file

@ -7,7 +7,7 @@ Module to provide Elasticsearch compatibility to Salt
.. versionadded:: 2015.8.0
:depends: `elasticsearch-py <http://elasticsearch-py.readthedocs.org/en/latest/>`_
:depends: `elasticsearch-py <https://elasticsearch-py.readthedocs.io/en/latest/>`_
:configuration: This module accepts connection configuration details either as
parameters or as configuration settings in /etc/salt/minion on the relevant

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
'''
uWSGI stats server http://uwsgi-docs.readthedocs.org/en/latest/StatsServer.html
uWSGI stats server https://uwsgi-docs.readthedocs.io/en/latest/StatsServer.html
:maintainer: Peter Baumgartner <pete@lincolnloop.com>
:maturity: new

View file

@ -91,7 +91,7 @@ The event stream can be easily consumed via JavaScript:
Or via Python, using the Python module
`websocket-client <https://pypi.python.org/pypi/websocket-client/>`_ for example.
Or the tornado
`client <http://tornado.readthedocs.org/en/latest/websocket.html#client-side-support>`_.
`client <https://tornado.readthedocs.io/en/latest/websocket.html#client-side-support>`_.
.. code-block:: python
@ -201,7 +201,7 @@ The event stream can be easily consumed via JavaScript:
Or via Python, using the Python module
`websocket-client <https://pypi.python.org/pypi/websocket-client/>`_ for example.
Or the tornado
`client <http://tornado.readthedocs.org/en/latest/websocket.html#client-side-support>`_.
`client <https://tornado.readthedocs.io/en/latest/websocket.html#client-side-support>`_.
.. code-block:: python

View file

@ -5,7 +5,7 @@ NAPALM
Proxy minion for managing network devices via NAPALM_ library.
.. _NAPALM: http://napalm.readthedocs.org
.. _NAPALM: https://napalm.readthedocs.io
:codeauthor: Mircea Ulinic <mircea@cloudflare.com> & Jerome Fleury <jf@cloudflare.com>
:maturity: new
@ -33,7 +33,7 @@ please refer to the `NAPALM Read the Docs page`_.
* username: username to be used when connecting to the device
* passwd: the password needed to establish the connection
.. _`NAPALM Read the Docs page`: http://napalm.readthedocs.org/en/latest/#supported-network-operating-systems
.. _`NAPALM Read the Docs page`: https://napalm.readthedocs.io/en/latest/#supported-network-operating-systems
Example:
@ -180,7 +180,7 @@ def call(method, **params):
Calls a specific method from the network driver instance.
Please check the readthedocs_ page for the updated list of getters.
.. _readthedocs: http://napalm.readthedocs.org/en/latest/support/index.html#getters-support-matrix
.. _readthedocs: https://napalm.readthedocs.io/en/latest/support/index.html#getters-support-matrix
:param method: specifies the name of the method to be called
:param params: contains the mapping between the name and the values of the parameters needed to call the method

View file

@ -4,7 +4,7 @@ Return data to an elasticsearch server for indexing.
:maintainer: Jurnell Cockhren <jurnell.cockhren@sophicware.com>, Arnold Bechtoldt <mail@arnoldbechtoldt.com>
:maturity: New
:depends: `elasticsearch-py <http://elasticsearch-py.readthedocs.org/en/latest/>`_
:depends: `elasticsearch-py <https://elasticsearch-py.readthedocs.io/en/latest/>`_
:platform: all
To enable this returner the elasticsearch python client must be installed

View file

@ -24,7 +24,7 @@ requires very little. For example:
verify: True
The ``driver`` refers to the Consul module, all other options are optional.
For option details see: http://python-consul.readthedocs.org/en/latest/#consul
For option details see: https://python-consul.readthedocs.io/en/latest/#consul
'''
from __future__ import absolute_import

View file

@ -326,7 +326,7 @@ def present(
scaling_policies
List of scaling policies. Each policy is a dict of key-values described by
http://boto.readthedocs.org/en/latest/ref/autoscale.html#boto.ec2.autoscale.policy.ScalingPolicy
https://boto.readthedocs.io/en/latest/ref/autoscale.html#boto.ec2.autoscale.policy.ScalingPolicy
scaling_policies_from_pillar:
name of pillar dict that contains scaling policy settings. Scaling policies defined for

View file

@ -120,7 +120,7 @@ def present(
cache_node_type
The compute and memory capacity of the nodes in the cache cluster.
cache.t1.micro, cache.m1.small, etc. See: http://boto.readthedocs.org/en/latest/ref/elasticache.html#boto.elasticache.layer1.ElastiCacheConnection.create_cache_cluster
cache.t1.micro, cache.m1.small, etc. See: https://boto.readthedocs.io/en/latest/ref/elasticache.html#boto.elasticache.layer1.ElastiCacheConnection.create_cache_cluster
num_cache_nodes
The number of cache nodes that the cache cluster will have.

View file

@ -121,10 +121,10 @@ def present(
Name of the IAM role.
policy_document
The policy that grants an entity permission to assume the role. (See http://boto.readthedocs.org/en/latest/ref/iam.html#boto.iam.connection.IAMConnection.create_role)
The policy that grants an entity permission to assume the role. (See https://boto.readthedocs.io/en/latest/ref/iam.html#boto.iam.connection.IAMConnection.create_role)
path
The path to the role/instance profile. (See http://boto.readthedocs.org/en/latest/ref/iam.html#boto.iam.connection.IAMConnection.create_role)
The path to the role/instance profile. (See https://boto.readthedocs.io/en/latest/ref/iam.html#boto.iam.connection.IAMConnection.create_role)
policies
A dict of IAM role policies.

View file

@ -239,7 +239,7 @@ def present(name,
A dict with region, key and keyid, or a pillar key (string) that
contains a dict with region, key and keyid.
.. _create_dbinstance: http://boto.readthedocs.org/en/latest/ref/rds.html#boto.rds.RDSConnection.create_dbinstance
.. _create_dbinstance: https://boto.readthedocs.io/en/latest/ref/rds.html#boto.rds.RDSConnection.create_dbinstance
'''
ret = {'name': name,
'result': True,
@ -500,7 +500,7 @@ def absent(name, skip_final_snapshot=None, final_db_snapshot_identifier=None,
A dict with region, key and keyid, or a pillar key (string) that
contains a dict with region, key and keyid.
.. _create_dbinstance: http://boto.readthedocs.org/en/latest/ref/rds.html#boto.rds.RDSConnection.create_dbinstance
.. _create_dbinstance: https://boto.readthedocs.io/en/latest/ref/rds.html#boto.rds.RDSConnection.create_dbinstance
wait_for_deletion (bool)
Wait for the RDS instance to be deleted completely before finishing

View file

@ -237,7 +237,7 @@ def wait_rm(name, recurse=False, profile=None):
The etcd key name to remove, for example ``/foo/bar/baz``.
recurse
Optional, defaults to ``False``. If ``True`` performs a recursive
delete, see: https://python-etcd.readthedocs.org/en/latest/#delete-a-key.
delete, see: https://python-etcd.readthedocs.io/en/latest/#delete-a-key.
profile
Optional, defaults to ``None``. Sets the etcd profile to use which has
been defined in the Salt Master config.

View file

@ -142,7 +142,7 @@ class IPCServer(object):
:param IOStream stream: An IOStream for processing
See http://tornado.readthedocs.org/en/latest/iostream.html#tornado.iostream.IOStream
See https://tornado.readthedocs.io/en/latest/iostream.html#tornado.iostream.IOStream
for additional details.
'''
@tornado.gen.coroutine

View file

@ -12,7 +12,7 @@
This code was inspired by `jsl`__, "A Python DSL for describing JSON
schemas".
.. __: http://jsl.readthedocs.org/
.. __: https://jsl.readthedocs.io/
A configuration document or configuration document section is defined using

View file

@ -207,7 +207,7 @@ class DockerngTestCase(TestCase):
protocol declaration passed as tuple. As stated by docker-py
documentation
https://docker-py.readthedocs.org/en/latest/port-bindings/
https://docker-py.readthedocs.io/en/latest/port-bindings/
In sls: