summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorKurt McKee <contactme@kurtmckee.org>2019-12-18 15:45:47 -0600
committerKurt McKee <contactme@kurtmckee.org>2019-12-18 15:45:47 -0600
commit9486f826b9729c7d3e94ddb69d6869598dfb0419 (patch)
treec3dbf98310f6b3ea07381d208fd8a52be0a38b4d /external
parent29d2789f9fd3784652de2f20585db9a3fd9a7e76 (diff)
downloadpygments-git-9486f826b9729c7d3e94ddb69d6869598dfb0419.tar.gz
Update many links to use HTTPS and skip redirects
Diffstat (limited to 'external')
-rw-r--r--external/rst-directive.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/rst-directive.py b/external/rst-directive.py
index e0c39b32..6f3173c4 100644
--- a/external/rst-directive.py
+++ b/external/rst-directive.py
@@ -27,9 +27,9 @@
Look at the `directive documentation`_ to get all the gory details.
- .. _Docutils: http://docutils.sf.net/
+ .. _Docutils: https://docutils.sourceforge.io/
.. _directive documentation:
- http://docutils.sourceforge.net/docs/howto/rst-directives.html
+ https://docutils.sourceforge.io/docs/howto/rst-directives.html
:copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.