summaryrefslogtreecommitdiff
path: root/doc/internals/contributing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/internals/contributing.rst')
-rw-r--r--doc/internals/contributing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/internals/contributing.rst b/doc/internals/contributing.rst
index 798736b03..6977614cd 100644
--- a/doc/internals/contributing.rst
+++ b/doc/internals/contributing.rst
@@ -251,7 +251,7 @@ The parts of messages in Sphinx that go into builds are translated into several
locales. The translations are kept as gettext ``.po`` files translated from the
master template :file:`sphinx/locale/sphinx.pot`.
-Sphinx uses `Babel <http://babel.pocoo.org/en/latest/>`_ to extract messages
+Sphinx uses `Babel <https://babel.pocoo.org/en/latest/>`_ to extract messages
and maintain the catalog files. It is integrated in ``setup.py``:
* Use ``python setup.py extract_messages`` to update the ``.pot`` template.
@@ -297,7 +297,7 @@ Debugging tips
will complain about references without a known target.
* Set the debugging options in the `Docutils configuration file
- <http://docutils.sourceforge.net/docs/user/config.html>`_.
+ <https://docutils.sourceforge.io/docs/user/config.html>`_.
* JavaScript stemming algorithms in ``sphinx/search/*.py`` (except ``en.py``)
are generated by this `modified snowballcode generator