Skip to content

Commit f3c0bc6

Browse files
committed
Fixed links
1 parent 315d1af commit f3c0bc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/administration/back_office/back_office_elements/custom_icons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Place the icon in `public/assets/images` and run `yarn encore <dev|prod>` after
2525

2626
If you want to configure icons per SiteAccess, see [Icon sets](#icon-sets).
2727

28-
To see more configuration options, see [icon sizes](other_twig_filters.md).
28+
To see more configuration options, see [the icon reference](icon_twig_functions.md).
2929

3030
### Access icons in Twig templates
3131

docs/templating/twig_function_reference/content_twig_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ If the content item doesn't have a translation in the prioritized or passed lang
112112

113113
| Argument | Type | Description |
114114
|---------------|------|-------------|
115-
| `content` | [`Ibexa\Contracts\Core\Repository\Values\Content\Content`](php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-Content.html) | Content item to display the category name for. |
115+
| `content` | [`Ibexa\Contracts\Core\Repository\Values\Content\Content`](../../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-Content.html) | Content item to display the category name for. |
116116

117117
```html+twig
118118
{{ content|ibexa_taxonomy_entries_for_content|map(entry => "#{entry.name}")|join(', ') }}

0 commit comments

Comments
 (0)