summaryrefslogtreecommitdiff
path: root/doc/_templates
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2019-12-10 07:46:46 +0100
committerGeorg Brandl <georg@python.org>2019-12-10 07:46:52 +0100
commit29d2789f9fd3784652de2f20585db9a3fd9a7e76 (patch)
tree431520e1ff2d24f4f44d29fc24eab41c7d616541 /doc/_templates
parentc63083d774bf9495aa2a98cd8e3329158b663072 (diff)
downloadpygments-git-29d2789f9fd3784652de2f20585db9a3fd9a7e76.tar.gz
all: fixup http->https for github, pypi, pocoo etc URLs
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/indexsidebar.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html
index 5544f98a..5f7ecf92 100644
--- a/doc/_templates/indexsidebar.html
+++ b/doc/_templates/indexsidebar.html
@@ -3,12 +3,12 @@
<p>This documentation is for version <b>{{ version }}</b>, which is
not released yet.</p>
<p>You can use it from the
- <a href="http://github.com/pygments/pygments/">Git repo</a> or look for
- released versions in the <a href="http://pypi.python.org/pypi/Pygments">Python
+ <a href="https://github.com/pygments/pygments/">Git repo</a> or look for
+ released versions in the <a href="https://pypi.python.org/pypi/Pygments">Python
Package Index</a>.</p>
{% else %}
<p>Current version: <b>{{ version }}</b></p>
-<p>Get Pygments from the <a href="http://pypi.python.org/pypi/Pygments">Python Package
+<p>Get Pygments from the <a href="https://pypi.python.org/pypi/Pygments">Python Package
Index</a>, or install it with:</p>
<pre>pip install Pygments</pre>
{% endif %}
@@ -20,5 +20,5 @@
<p>You can also open an issue at the
<a href="https://github.com/pygments/pygments/issues">tracker</a>.</p>
-<p class="logo">A <a href="http://pocoo.org/">
+<p class="logo">A <a href="https://pocoo.org/">
<img src="{{ pathto("_static/pocoo.png", 1) }}" /></a> project</a></p>