summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Tenenbaum <leonardomtenenbaum@gmail.com>2018-01-21 19:39:46 -0500
committerGitHub <noreply@github.com>2018-01-21 19:39:46 -0500
commit639320599d059786dda3c3c3e6c6d8df49e24155 (patch)
treeacf6746366b5936d4d0cbe4955400c177d110420
parentc6654784f03a2377b81ba22e75f822870b928cd0 (diff)
Fixed MathJax by changing URL to https
-rw-r--r--stochasticca.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/stochasticca.html b/stochasticca.html
index f42ed01..86d5f0a 100644
--- a/stochasticca.html
+++ b/stochasticca.html
@@ -10,7 +10,7 @@
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
- <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
+ <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<title>Stochastic Cellular Automata</title>
</head>
<body>