Skip to content

Commit 9851ecb

Browse files
committed
automated_translations.md: Fix links
INFO - Doc file 'multisite/languages/automated_translations.md' contains an unrecognized relative link 'ai_actions_md', it was left as is.
1 parent c0d6de2 commit 9851ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/multisite/languages/automated_translations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: With the automated translation add-on, users can translate content
55
# Automated content translation
66

77
With the automated translation add-on package, users can translate their content items into multiple languages automatically by using either Google Translate or DeepL external translation engine.
8-
The package integrates with [[= product_name =]], and allows users to [request from the UI]([[= user_doc =]]/content_management/translate_content.md#add-translations) that a content item is translated.
8+
The package integrates with [[= product_name =]], and allows users to [request from the UI]([[= user_doc =]]/content_management/translate_content/#add-translations) that a content item is translated.
99
However, you can also run a Console Command to translate a specific content item.
1010
Either way, as a result, a new version of the content item is created.
1111

@@ -90,7 +90,7 @@ By default, the automated translation package can connect to Google Translate or
9090
You would do it, for example, when a new service emerges on the market, or your company requires that a specific service is used.
9191

9292
The following example adds a new translation service.
93-
It uses the [AI actions framework](ai_actions_md) and assumes a custom `TranslateAction` AI Action exists.
93+
It uses the [AI actions framework](ai_actions.md) and assumes a custom `TranslateAction` AI Action exists.
9494
To learn how to build custom AI actions see [Extending AI actions](extend_ai_actions.md#custom-action-type-use-case).
9595

9696
1. Create a service that implements the [`\Ibexa\AutomatedTranslation\Client\ClientInterface`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-AutomatedTranslation-Client-ClientInterface.html) interface:

0 commit comments

Comments
 (0)