diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-12-06 10:18:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-06 10:18:49 +0100 |
| commit | 925bb561a2797b6d3cc5be748c2361721b8e1f08 (patch) | |
| tree | c3837258d08b7fe89ac62dcd08f96c510c3f3977 /docs/dev/contribution_guide.rst | |
| parent | cdceec1cbb2ca894572396e0a68c2d09b0769231 (diff) | |
| parent | 38d32337e7600446c04ecd601b56d6915a4046fd (diff) | |
Merge pull request #2352 from dalf/no_http
Remove HTTP connections as much as possible
Diffstat (limited to 'docs/dev/contribution_guide.rst')
| -rw-r--r-- | docs/dev/contribution_guide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/contribution_guide.rst b/docs/dev/contribution_guide.rst index 26f8d2bb7..90b22670c 100644 --- a/docs/dev/contribution_guide.rst +++ b/docs/dev/contribution_guide.rst @@ -117,8 +117,8 @@ Translation currently takes place on :ref:`transifex <translation>`. Documentation ============= -.. _Sphinx: http://www.sphinx-doc.org -.. _reST: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html +.. _Sphinx: https://www.sphinx-doc.org +.. _reST: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html .. sidebar:: The reST sources |