Skip to content

Commit 8e531d3

Browse files
committed
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.
1 parent 87ca181 commit 8e531d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/_layouts/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
});
1313
</script>
14-
<script type="text/javascript" src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
14+
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/2.3-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
1515
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
1616

1717
<!-- need to use include to see value of page.chapter variable -->

0 commit comments

Comments
 (0)