Steve Piercy
2016-07-16 f4cce66cf738d5c47695a299a2ce8d9abb811579
Merge pull request #2703 from stevepiercy/1.6-branch

Fix link to zope.component docs
1 files modified
2 ■■■ changed files
docs/conf.py 2 ●●● patch | view | raw | blame | history
docs/conf.py
@@ -77,7 +77,7 @@
    '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),
}