diff --git a/changelog/3092.doc b/changelog/3092.doc new file mode 100644 index 000000000..fef526d2c --- /dev/null +++ b/changelog/3092.doc @@ -0,0 +1 @@ +Prefer https://*.readthedocs.io over http://*.rtfd.org for links in the documentation. diff --git a/doc/en/projects.rst b/doc/en/projects.rst index 86df99ab2..51f2d94fd 100644 --- a/doc/en/projects.rst +++ b/doc/en/projects.rst @@ -37,7 +37,7 @@ Here are some examples of projects using ``pytest`` (please send notes via :ref: * `mwlib `_ mediawiki parser and utility library * `The Translate Toolkit `_ for localization and conversion * `execnet `_ rapid multi-Python deployment -* `pylib `_ cross-platform path, IO, dynamic code library +* `pylib `_ cross-platform path, IO, dynamic code library * `Pacha `_ configuration management in five minutes * `bbfreeze `_ create standalone executables from Python scripts * `pdb++ `_ a fancier version of PDB diff --git a/doc/en/tmpdir.rst b/doc/en/tmpdir.rst index b8174484e..b9c371e40 100644 --- a/doc/en/tmpdir.rst +++ b/doc/en/tmpdir.rst @@ -106,6 +106,4 @@ When distributing tests on the local machine, ``pytest`` takes care to configure a basetemp directory for the sub processes such that all temporary data lands below a single per-test run basetemp directory. -.. _`py.path.local`: http://py.rtfd.org/en/latest/path.html - - +.. _`py.path.local`: https://py.readthedocs.io/en/latest/path.html