diff options
Diffstat (limited to 'sphinx/writers/html.py')
-rw-r--r-- | sphinx/writers/html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/writers/html.py b/sphinx/writers/html.py index 9e737bb2c..0586636df 100644 --- a/sphinx/writers/html.py +++ b/sphinx/writers/html.py @@ -876,7 +876,7 @@ class HTMLTranslator(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 |