From 3f109674ff1b86815bea30ebcec7b2b7e2bfc8a9 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 11 Dec 2016 20:18:20 +0100 Subject: [PATCH] doc/*.cfg: prefer https --- doc/full.cfg | 2 +- doc/web.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/full.cfg b/doc/full.cfg index ce341b38..17ebbfe0 100644 --- a/doc/full.cfg +++ b/doc/full.cfg @@ -1464,7 +1464,7 @@ MATHJAX_FORMAT = HTML-CSS # The default value is: http://cdn.mathjax.org/mathjax/latest. # This tag requires that the tag USE_MATHJAX is set to YES. -MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest +MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax # extension names that should be enabled during MathJax rendering. For example diff --git a/doc/web.cfg b/doc/web.cfg index a88e30e4..d7a654ec 100644 --- a/doc/web.cfg +++ b/doc/web.cfg @@ -1483,7 +1483,7 @@ MATHJAX_FORMAT = HTML-CSS # The default value is: http://cdn.mathjax.org/mathjax/latest. # This tag requires that the tag USE_MATHJAX is set to YES. -MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest +MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax # extension names that should be enabled during MathJax rendering. For example -- 2.11.0