Doc readme: Fix markup, use https:// URLs.

This commit is contained in:
Georg Brandl 2014-10-29 08:18:43 +01:00
parent 9ab33eada4
commit 69a7203948

View file

@ -7,7 +7,7 @@ available at <https://docs.python.org/3.4/download.html>.
Documentation on authoring Python documentation, including information about
both style and markup, is available in the "Documenting Python" chapter of the
developers guide <http://docs.python.org/devguide/documenting.html>.
developers guide <https://docs.python.org/devguide/documenting.html>.
Building the docs
@ -15,7 +15,7 @@ Building the docs
You need to have Sphinx <http://sphinx-doc.org/> installed; it is the toolset
used to build the docs. It is not included in this tree, but maintained
separately and available from PyPI <http://pypi.python.org/pypi/Sphinx>.
separately and available from PyPI <https://pypi.python.org/pypi/Sphinx>.
Using make
@ -109,10 +109,10 @@ Contributing
============
Bugs in the content should be reported to the Python bug tracker at
http://bugs.python.org.
https://bugs.python.org.
Bugs in the toolset should be reported in the Sphinx bug tracker at
http://www.bitbucket.org/birkenfeld/sphinx/issues/.
https://www.bitbucket.org/birkenfeld/sphinx/issues/.
You can also send a mail to the Python Documentation Team at docs@python.org,
and we will process your request as soon as possible.