summaryrefslogtreecommitdiff
path: root/spec/_layouts
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-09-08 14:15:09 +1000
committerJason Zaugg <jzaugg@gmail.com>2014-09-08 14:15:09 +1000
commit8e531d3779d051eaf9f18abd4b5f9af977b11164 (patch)
tree417e25009460e58039d86ecbe16c8aff9a0e8e13 /spec/_layouts
parent87ca181e7b6874cce734a4a40f90fe4af2391d97 (diff)
downloadscala-8e531d3779d051eaf9f18abd4b5f9af977b11164.tar.gz
scala-8e531d3779d051eaf9f18abd4b5f9af977b11164.tar.bz2
scala-8e531d3779d051eaf9f18abd4b5f9af977b11164.zip
Fix broken URL for MathJAX Javascript dependency.
Loaded using an DNS alias for the CDN, as per the [instructions](http://docs.mathjax.org/en/latest/configuration.html) I also switched from `latest` to `2.3-latest`, so that we don't automatically perform major upgrades.
Diffstat (limited to 'spec/_layouts')
-rw-r--r--spec/_layouts/default.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/_layouts/default.yml b/spec/_layouts/default.yml
index 7f17ba30b0..d3296c6f5d 100644
--- a/spec/_layouts/default.yml
+++ b/spec/_layouts/default.yml
@@ -11,7 +11,7 @@
}
});
</script>
- <script type="text/javascript" src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
+ <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/2.3-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- need to use include to see value of page.chapter variable -->