From d135a4e7900f350bbd5aa288e78c739733af2a2d Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Sat, 30 Nov 2019 00:52:19 +0900 Subject: [PATCH] Fixed HTTPS for some links (#1355) --- docs/extensions/codehilite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/codehilite.md b/docs/extensions/codehilite.md index 0d03e562d..17777adc3 100644 --- a/docs/extensions/codehilite.md +++ b/docs/extensions/codehilite.md @@ -11,7 +11,7 @@ executed during compilation of the Markdown file. [Docker image][3] with all dependencies pre-installed. [1]: https://python-markdown.github.io/extensions/code_hilite/ - [2]: http://pygments.org + [2]: https://pygments.org [3]: https://hub.docker.com/r/squidfunk/mkdocs-material/ ## Installation