summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan@lightbend.com>2016-11-28 14:53:57 -0800
committerGitHub <noreply@github.com>2016-11-28 14:53:57 -0800
commit73687e9a6fa817838cd6ef47f3552785b3270805 (patch)
tree1c6e1d847e93bb2d4ad895e2ce001e6a4d71dc09
parent35f8908c214b5458ffe32c782dc81055773f5fb4 (diff)
parent9bf28eedc435e0fa79b1b5db441ae2326f23cc32 (diff)
downloadscala-73687e9a6fa817838cd6ef47f3552785b3270805.tar.gz
scala-73687e9a6fa817838cd6ef47f3552785b3270805.tar.bz2
scala-73687e9a6fa817838cd6ef47f3552785b3270805.zip
Merge pull request #5559 from szeiger/wip/mathjax-https
Use https links to JS and CSS in the spec when serving from https
-rw-r--r--spec/_layouts/default.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/_layouts/default.yml b/spec/_layouts/default.yml
index 69791d26ad..d41d045311 100644
--- a/spec/_layouts/default.yml
+++ b/spec/_layouts/default.yml
@@ -15,9 +15,9 @@
}
});
</script>
- <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/2.3-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
+ <script type="text/javascript" src="//cdn.mathjax.org/mathjax/2.3-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
- <link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.2/styles/default.min.css">
+ <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.2/styles/default.min.css">
<!-- need to use include to see value of page.chapter variable -->
<style type="text/css">
{% include numbering.css %}