diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/tools/wptrunner/docs/conf.py')
-rw-r--r-- | tests/wpt/web-platform-tests/tools/wptrunner/docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/tools/wptrunner/docs/conf.py b/tests/wpt/web-platform-tests/tools/wptrunner/docs/conf.py index 39e5cc4f0d2..0c717f56536 100644 --- a/tests/wpt/web-platform-tests/tools/wptrunner/docs/conf.py +++ b/tests/wpt/web-platform-tests/tools/wptrunner/docs/conf.py @@ -264,4 +264,4 @@ texinfo_documents = [ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = {'python': ('http://docs.python.org/', None), - 'mozlog': ('http://mozbase.readthedocs.org/en/latest/', None)} + 'mozlog': ('https://firefox-source-docs.mozilla.org/', None)} |