summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 3cc794e..d8c8816 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,8 +29,8 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.intersphi
intersphinx_mapping = {
'python': ('http://docs.python.org/2.7', None),
- 'webob': ('https://webob.readthedocs.org/en/latest', None),
- 'waitrress': ('https://waitress.readthedocs.org/en/latest', None),
+ 'webob': ('https://webob.readthedocs.io/en/latest', None),
+ 'waitrress': ('https://waitress.readthedocs.io/en/latest', None),
}
# Add any paths that contain templates here, relative to this directory.