File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Uninstalling the program leaves the Python installation of the user intact.
7474
7575A big advantage of pynsist is that the Windows packages can be built on Linux.
7676There 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
7878under the MIT-licence.
7979
8080Application Bundles
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ current user, use the ``--user`` flag:
249249
250250
251251For 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
253253from 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
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ The new unreleased PyPI application which can be previewed at https://pypi.org/.
169169wheel
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.
259259Hashdist
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
265265Hashdist is a library for building non-root software distributions. Hashdist is
@@ -272,7 +272,7 @@ powerful hybrid of virtualenv and buildout.
272272pex
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
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ cached copies of :term:`packages <Distribution Package>`:
3535 those downloaded files instead of going to PyPI.
36362. 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
You can’t perform that action at this time.
0 commit comments