Skip to content

Commit e31583e

Browse files
committed
docs: fix or remove broken links
1 parent 4adb9b3 commit e31583e

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/source/command_ref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ installed.
5757
* :ref:`scripts-postmkvirtualenv`
5858
* `requirements file format`_
5959

60-
.. _requirements file format: https://pip.pypa.io/en/latest/reference/pip_install/#requirements-file-format
60+
.. _requirements file format: https://pip.pypa.io/en/stable/reference/requirements-file-format/
6161

6262
.. _command-mktmpenv:
6363

docs/source/developers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ the ``tests`` directory.
9898

9999
.. _shunit2: https://github.com/kward/shunit2
100100

101-
.. _tox: https://tox.testrun.org/
101+
.. _tox: https://tox.wiki/
102102

103103
.. _developer-templates:
104104

docs/source/plugins.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@ used).
186186

187187
.. seealso::
188188

189-
* `namespace packages <https://setuptools.readthedocs.io/en/latest/setuptools.html#namespace-packages>`__
190-
* `Extensible Applications and Frameworks <https://setuptools.readthedocs.io/en/latest/setuptools.html#extensible-applications-and-frameworks>`__
189+
* `namespace packages <https://packaging.python.org/en/latest/guides/packaging-namespace-packages/>`__
191190

192191
The Hook Loader
193192
---------------
@@ -257,7 +256,7 @@ messages.
257256
.. seealso::
258257

259258
* `Standard library documentation for logging <https://docs.python.org/library/logging.html>`__
260-
* `PyMOTW for logging <https://www.doughellmann.com/PyMOTW/logging/>`__
259+
* `PyMOTW for logging <http://pymotw.com/3/logging/>`__
261260

262261
.. _plugins-extension-points:
263262

0 commit comments

Comments
 (0)