diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-07-16 10:41:54 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-07-16 10:41:54 -0700 |
| commit | fb9c227408d77551edf7dc876670b69df488175c (patch) | |
| tree | e60040ea2b7dfe641897fa1769a391da20348737 /docs/conf.py | |
| parent | 37d124e64268be3a1fb82bed78c6c45eeee52140 (diff) | |
| download | pyramid-fb9c227408d77551edf7dc876670b69df488175c.tar.gz pyramid-fb9c227408d77551edf7dc876670b69df488175c.tar.bz2 pyramid-fb9c227408d77551edf7dc876670b69df488175c.zip | |
Fix link to zope.component docs
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 518f7e784..c3a7170fc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -78,7 +78,7 @@ intersphinx_mapping = { 'webtest': ('http://webtest.pythonpaste.org/en/latest', None), 'who': ('http://repozewho.readthedocs.org/en/latest', None), 'zcml': ('http://docs.pylonsproject.org/projects/pyramid-zcml/en/latest', None), - 'zcomponent': ('http://docs.zope.org/zope.component', None), + 'zcomponent': ('http://zopecomponent.readthedocs.io/en/stable/', None), } |
