Skip to content

Commit abd595d

Browse files
committed
Merge pull request scala#3967 from retronym/topic/mathjax
Fix broken URL for MathJAX Javascript dependency.
2 parents 8082d38 + 8e531d3 commit abd595d

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)