From: Paul Brossier Date: Sun, 11 Dec 2016 19:18:20 +0000 (+0100) Subject: doc/*.cfg: prefer https X-Git-Tag: 0.4.4~64 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=3f109674ff1b86815bea30ebcec7b2b7e2bfc8a9;p=aubio.git doc/*.cfg: prefer https --- 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