summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--complexfunctions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/complexfunctions.html b/complexfunctions.html
index f815b41..2b67a3a 100644
--- a/complexfunctions.html
+++ b/complexfunctions.html
@@ -12,7 +12,7 @@ Graph complex functions (C->C)
<script src="http://www.numericjs.com/lib/numeric-1.2.6.min.js"></script>
<script src="js/complex.js"></script>
<script src="js/complexfunctions.js"></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>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$']]}});
</script>