Skip to content

Commit dd3d8df

Browse files
adamchainzJon Wayne Parrott
authored andcommitted
Convert readthedocs link for their .org -> .io migration for hosted projects (pypa#239)
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.
1 parent 662966e commit dd3d8df

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

source/deployment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Uninstalling the program leaves the Python installation of the user intact.
7474

7575
A big advantage of pynsist is that the Windows packages can be built on Linux.
7676
There are several examples for different kinds of programs (console, GUI) in
77-
the `documentation <http://pynsist.readthedocs.org>`__. The tool is released
77+
the `documentation <https://pynsist.readthedocs.io>`__. The tool is released
7878
under the MIT-licence.
7979

8080
Application Bundles

source/extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ wrapper modules up to date.
156156
modules. It still involves wrapping the interfaces by hand, however, so
157157
may not be a good choice for wrapping large APIs.
158158

159-
* `cffi <http://cffi.readthedocs.org/>`__ is a project created by some of the PyPy
159+
* `cffi <https://cffi.readthedocs.io/>`__ is a project created by some of the PyPy
160160
developers to make it straightforward for developers that already know
161161
both Python and C to expose their C modules to Python applications. It
162162
also makes it relatively straightforward to wrap a C module based on its

source/installing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ current user, use the ``--user`` flag:
249249

250250

251251
For more information see the `User Installs
252-
<https://pip.readthedocs.org/en/latest/user_guide.html#user-installs>`_ section
252+
<https://pip.readthedocs.io/en/latest/user_guide.html#user-installs>`_ section
253253
from the pip docs.
254254

255255

@@ -397,4 +397,4 @@ Install `setuptools extras`_.
397397
:ref:`pip` v6.0
398398
399399
.. _venv: https://docs.python.org/3/library/venv.html
400-
.. _setuptools extras: http://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies
400+
.. _setuptools extras: https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies

source/key_projects.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The new unreleased PyPI application which can be previewed at https://pypi.org/.
169169
wheel
170170
=====
171171

172-
`Docs <http://wheel.readthedocs.io/en/latest/>`__ |
172+
`Docs <https://wheel.readthedocs.io/en/latest/>`__ |
173173
`Mailing list <http://mail.python.org/mailman/listinfo/distutils-sig>`__ [2]_ |
174174
`Issues <https://bitbucket.org/pypa/wheel/issues?status=new&status=open>`__ |
175175
`Bitbucket <https://bitbucket.org/pypa/wheel>`__ |
@@ -259,7 +259,7 @@ activities with Python.
259259
Hashdist
260260
========
261261

262-
`Docs <http://hashdist.readthedocs.org/en/latest/>`__ |
262+
`Docs <https://hashdist.readthedocs.io/en/latest/>`__ |
263263
`Github <https://github.com/hashdist/hashdist/>`__
264264

265265
Hashdist is a library for building non-root software distributions. Hashdist is
@@ -272,7 +272,7 @@ powerful hybrid of virtualenv and buildout.
272272
pex
273273
===
274274

275-
`Docs <http://pex.readthedocs.org/en/latest/>`__ |
275+
`Docs <https://pex.readthedocs.io/en/latest/>`__ |
276276
`Github <https://github.com/pantsbuild/pex/>`__ |
277277
`PyPI <https://pypi.python.org/pypi/pex>`__
278278

source/mirrors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cached copies of :term:`packages <Distribution Package>`:
3535
those downloaded files instead of going to PyPI.
3636
2. A variation on the above which pre-builds the installation files for
3737
the requirements using `pip wheel
38-
<http://pip.readthedocs.org/en/latest/reference/pip_wheel.html>`_::
38+
<https://pip.readthedocs.io/en/latest/reference/pip_wheel.html>`_::
3939

4040
$ pip wheel --wheel-dir=/tmp/wheelhouse SomeProject
4141
$ pip install --no-index --find-links=/tmp/wheelhouse SomeProject

0 commit comments

Comments
 (0)