summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorManeesh Babu M <maneesh@amagi.com>2021-09-11 12:14:20 +0000
committerManeesh Babu M <maneesh@amagi.com>2021-09-11 12:14:20 +0000
commit07aec3c90326e537613e5a77584df201ac5fdb1a (patch)
treeffbab2b16c010ae7f6b11661c298cf8d46a6bd34 /docs/conf.py
parenta7983fe61f7237f2354915437b04295694100372 (diff)
downloadcherrypy-git-07aec3c90326e537613e5a77584df201ac5fdb1a.tar.gz
Replace cherrypy.org to cherrypy.dev
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 11129319..480edef4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -106,7 +106,7 @@ extlinks = {
intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
- 'cheroot': ('https://cheroot.cherrypy.org/en/latest/', None),
+ 'cheroot': ('https://cheroot.cherrypy.dev/en/latest/', None),
'pytest-docs': ('https://docs.pytest.org/en/latest/', None),
}