Skip to content

Commit a5647c3

Browse files
committed
Use correct absolute paths for {docs} directive.
1 parent 5dc8723 commit a5647c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/backend/content-types/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Set the `i18n:domain` to the i18n domain which includes translations for this co
150150
The XML sets a number of FTI properties:
151151

152152
`action` elements
153-
: Defines additional {doc}`actions <portal-actions>` which are available for this content type.
153+
: Defines additional {doc}`actions </backend/portal-actions>` which are available for this content type.
154154

155155
`add_permission`
156156
: Id of the permission controlling whether the current user has permission to add this content type.
@@ -164,7 +164,7 @@ The XML sets a number of FTI properties:
164164
Only used if `filter_content_types` is True.
165165

166166
`behaviors`
167-
: List of {doc}`behaviors <behaviors>` enabled for this content type.
167+
: List of {doc}`behaviors </backend/behaviors>` enabled for this content type.
168168

169169
`description`
170170
: Short description displayed in the UI.
@@ -222,7 +222,7 @@ The following FTI properties are only used in the Classic UI:
222222

223223
`icon_expr`
224224
: {term}`TALES` expression returning the name of one of the registered icons.
225-
See {doc}`icons`.
225+
See {doc}`/classic-ui/icons`.
226226

227227
`immediate_view`
228228
: Name of the view alias to display after a new item is added.

0 commit comments

Comments
 (0)