diff options
Diffstat (limited to 'sphinx/writers/html5.py')
-rw-r--r-- | sphinx/writers/html5.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/writers/html5.py b/sphinx/writers/html5.py index 420822c32..85a7ef7c2 100644 --- a/sphinx/writers/html5.py +++ b/sphinx/writers/html5.py @@ -827,7 +827,7 @@ class HTML5Translator(BaseTranslator): # type: (nodes.Node, unicode) -> None logger.warning(__('using "math" markup without a Sphinx math extension ' 'active, please use one of the math extensions ' - 'described at http://sphinx-doc.org/ext/math.html'), + 'described at http://sphinx-doc.org/en/master/ext/math.html'), location=(self.builder.current_docname, node.line)) raise nodes.SkipNode |