Skip to content

Commit d676d3a

Browse files
committed
Touch up MyST syntax
1 parent 7c95451 commit d676d3a

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
@@ -74,7 +74,7 @@ To add viewlets to your HTML code, you first need to add them to a viewlet manag
7474
- Viewlets can be reordered (limited to reordering within a `viewlet manager`).
7575
- Viewlets can be registered and overridden in a theme specific manner using {doc}`/classic-ui/layers`.
7676
- Viewlets have `update()` and `render()` methods.
77-
- 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/).
77+
- 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/).
7878

7979
A viewlet can be configured so that it is only available for:
8080

0 commit comments

Comments
 (0)