Skip to content

Commit aad73c7

Browse files
committed
fix broken link to layers example
1 parent 7bf9b68 commit aad73c7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/classic-ui/layers.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ Layers ensure that only one add-on product can override the specific Plone insta
2424
Multiple Plone site instances can share the same ZCML and code files.
2525

2626
Many ZCML directives take the optional `layer` parameter.
27-
See example [resourceDirectory](http://apidoc.zope.org/++apidoc++/ZCML/http_co__sl__sl_namespaces.zope.org_sl_browser/resourceDirectory/index.html).
28-
2927
Layers are activated when an add-on product is installed or a certain theme is activated.
28+
You can find an example of the layer attribute in the Chapter {ref}`classic-ui-using-layers-label`.
3029

3130

3231
(classic-ui-using-layers-label)=
@@ -106,14 +105,14 @@ Theme layers can be created through the following steps.
106105
```xml
107106
<object name="portal_skins" allow_any="False" cookie_persistence="False"
108107
default_skin="SitsSkin">
109-
108+
110109
<!-- define skins-based folder objects here if any -->
111-
110+
112111
<skin-path name="SitsSkin" based-on="Plone Default">
113112
<layer name="plone_skins_style_folder_name"
114113
insert-before="*"/>
115114
</skin-path>
116-
115+
117116
</object>
118117
```
119118

0 commit comments

Comments
 (0)