Skip to content

Commit

Permalink
Merge pull request #2 from schulmar/master
Browse files Browse the repository at this point in the history
Updated MathJax CDN URL to official one
  • Loading branch information
mitar committed Sep 16, 2014
2 parents 06b92c7 + 6163fdd commit af8eace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathjax/api.py
Expand Up @@ -6,7 +6,7 @@
from genshi.builder import tag
from genshi.core import Markup

MATHJAX_URL = 'https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js'
MATHJAX_URL = 'https://cdn.mathjax.org/mathjax/latest/MathJax.js'

class MathJaxPlugin(Component):
"""Renders mathematical equations using MathJax library.
Expand Down

0 comments on commit af8eace

Please sign in to comment.