summaryrefslogtreecommitdiff
path: root/doc/intro.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-13 00:05:22 +0100
committerGeorg Brandl <georg@python.org>2014-01-13 00:05:22 +0100
commitdd1c23518d9f91edeb5a19e796a5be2700c93f34 (patch)
treef57be6908a6194b3b5291c96f2876116004ad4ec /doc/intro.rst
parent9972309590556292fd4c245b1fd080e5d7c20f47 (diff)
downloadsphinx-dd1c23518d9f91edeb5a19e796a5be2700c93f34.tar.gz
docs: fix some broken links
Diffstat (limited to 'doc/intro.rst')
-rw-r--r--doc/intro.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/intro.rst b/doc/intro.rst
index d1cab1c8..66d0c58d 100644
--- a/doc/intro.rst
+++ b/doc/intro.rst
@@ -28,7 +28,7 @@ This section is intended to collect helpful hints for those wanting to migrate
to reStructuredText/Sphinx from other documentation systems.
* Gerard Flanagan has written a script to convert pure HTML to reST; it can be
- found at the `Python Package Index <http://pypi.python.org/pypi/html2rest>`_.
+ found at the `Python Package Index <https://pypi.python.org/pypi/html2rest>`_.
* For converting the old Python docs to Sphinx, a converter was written which
can be found at `the Python SVN repository
@@ -39,7 +39,7 @@ to reStructuredText/Sphinx from other documentation systems.
markup; it is at `Google Code <http://code.google.com/p/db2rst/>`_.
* Christophe de Vienne wrote a tool to convert from Open/LibreOffice documents
- to Sphinx: `odt2sphinx <http://pypi.python.org/pypi/odt2sphinx/>`_.
+ to Sphinx: `odt2sphinx <https://pypi.python.org/pypi/odt2sphinx/>`_.
* To convert different markups, `Pandoc <http://johnmacfarlane.net/pandoc/>`_ is
a very helpful tool.