Skip to content

Commit 9857519

Browse files
committed
managing_content.md: Fix TrashService::trash link
1 parent 88fe4dd commit 9857519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content_management/content_api/managing_content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If you delete the [main location](#changing-the-main-location) of a content item
6969
[[= include_file('code_samples/api/public_php_api/src/Command/DeleteContentCommand.php', 49, 50) =]]
7070
```
7171

72-
To send the location and its subtree to Trash, use [`TrashService::trash`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-TrashService.html#).
72+
To send the location and its subtree to Trash, use [`TrashService::trash`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-TrashService.html#method_trash).
7373
Items in Trash can be later [restored, or deleted permanently](#trash).
7474

7575
``` php

0 commit comments

Comments
 (0)