diff options
author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-21 13:45:42 +0000 |
---|---|---|
committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-01-21 13:45:42 +0000 |
commit | 35605d7eeed80fd02678f709e85cfe2341edca16 (patch) | |
tree | 910eb91a045c6c98b9ec1ca195c9c9d37418c6d4 /docutils/README.txt | |
parent | b59783bd350f805751f03efb1793a1366929bfb8 (diff) | |
download | docutils-35605d7eeed80fd02678f709e85cfe2341edca16.tar.gz |
Update URLs in the docs.
Mostly http: -> https:, based on a patch by Adam Turner
Remove/update some dead links.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8959 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/README.txt')
-rw-r--r-- | docutils/README.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docutils/README.txt b/docutils/README.txt index a694cca9e..1a743be4e 100644 --- a/docutils/README.txt +++ b/docutils/README.txt @@ -17,7 +17,7 @@ Quick-Start This is for those who want to get up & running quickly. 1. Docutils requires **Python**, available from - http://www.python.org/. + https://www.python.org/. See Dependencies_ below for details. 2. Install the latest stable release from PyPi with pip_:: @@ -62,7 +62,7 @@ Support for the following sources is planned: * And others as discovered. .. _PEPs (Python Enhancement Proposals): - http://www.python.org/peps/pep-0012.html + https://www.python.org/dev/peps/pep-0012 Dependencies @@ -75,7 +75,7 @@ To run the code, Python_ must be installed. * Docutils 0.16 to 0.18 require Python 2.7 or 3.5+. * Docutils 0.14 dropped Python 2.4, 2.5, 3.1 and 3.2 support. -.. _Python: http://www.python.org/. +.. _Python: https://www.python.org/. Optional Dependencies @@ -193,7 +193,7 @@ GNU/Linux, BSDs, Unix, Mac OS X, etc. required version. The last installed version will be used in the `shebang line`_ of the `front-end scripts`_. - .. _shebang line: http://en.wikipedia.org/wiki/Shebang_%28Unix%29 + .. _shebang line: https://en.wikipedia.org/wiki/Shebang_%28Unix%29 Windows ------- @@ -368,7 +368,7 @@ Windows users type these commands:: .. _Docutils Testing: https://docutils.sourceforge.io/docs/dev/testing.html .. _open a bug report: - http://sourceforge.net/p/docutils/bugs/ + https://sourceforge.net/p/docutils/bugs/ .. _send an email: mailto:docutils-users@lists.sourceforge.net ?subject=Test%20suite%20failure .. _web interface: https://sourceforge.net/p/docutils/mailman/ |