Skip to content

Commit 50ddf97

Browse files
committed
url_management.md: Update transformations link
1 parent 4d20278 commit 50ddf97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content_management/url_management/url_management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ ibexa:
181181
| `separator` | Decides what separator is used. There are three types of separator available: dash, underscore and space. |
182182
| `transformation_groups` | Contains the available patterns for URL generation. |
183183

184-
A transformation group consists of an array of commands (see [all available commands](https://github.com/ibexa/core/tree/main/tests/lib/Persistence/TransformationProcessor/_fixtures/transformations)) and a [`cleanupText`](https://github.com/ibexa/core/blob/main/src/lib/Persistence/Legacy/Content/UrlAlias/SlugConverter.php#L286).
184+
A transformation group consists of an array of commands (see [all available commands](https://github.com/ibexa/core/tree/main/src/lib/Resources/slug_converter/transformations)) and a [`cleanupText`](https://github.com/ibexa/core/blob/main/src/lib/Persistence/Legacy/Content/UrlAlias/SlugConverter.php#L286).
185185

186186
You can make use of pre-defined transformation groups.
187187
You can also add your own, with your own set of commands.

0 commit comments

Comments
 (0)