Skip to content

Commit 0c7687a

Browse files
authored
Update viewlets.md
Update zope.contentprovider urls. The package is very stable, so linking to the master branch seems ok.
1 parent 5058d0c commit 0c7687a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classic-ui/viewlets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To add viewlets to your HTML code you first need to add them to a viewlet manage
9292
- Viewlets can be reordered (limited to reordering within a `viewlet manager`)
9393
- Viewlets can be registered and overridden in a theme specific manner {doc}`using layers </develop/plone/views/layers>`
9494
- Viewlets have `update()` and `render()` methods
95-
- Viewlets should honour [zope.contentprovider.interfaces.IContentProvider call contract](https://github.com/zopefoundation/zope.contentprovider/blob/3.7.2/src/zope/contentprovider/interfaces.py).
95+
- Viewlets should honour [zope.contentprovider.interfaces.IContentProvider call contract](https://github.com/zopefoundation/zope.contentprovider/blob/master/src/zope/contentprovider/interfaces.py), documented in [zope.contentprovider](https://zopecontentprovider.readthedocs.io/en/latest/).
9696

9797
A viewlet can be configured so that it is only available for:
9898

0 commit comments

Comments
 (0)