Skip to content

Commit b9745ee

Browse files
committed
Added missing links
1 parent 5577c12 commit b9745ee

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
@@ -124,7 +124,7 @@ The whole automated translation process consists of 3 phases:
124124

125125
The following example adds support for automatically translating alternative text in image fields by using the [AI Actions](ai_actions.md).
126126

127-
1. Create a class implementing the [`FieldEncoderInterface`](TODO:Referencelink) and add the required methods:
127+
1. Create a class implementing the [`FieldEncoderInterface`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-AutomatedTranslation-Encoder-Field-FieldEncoderInterface.html) and add the required methods:
128128

129129
``` php hl_lines="11-14 16-19 21-27 33-38"
130130
[[= include_file('code_samples/multisite/automated_translation/src/AutomatedTranslation/ImageFieldEncoder.php') =]]
@@ -142,4 +142,4 @@ In this example, the methods are responsible for:
142142
[[= include_file('code_samples/multisite/automated_translation/config/services.yaml', 19, 22) =]]
143143
```
144144

145-
For custom block attributes the appropriate interface is [`BlockAttributeEncoderInterface`](TODO: Reference link) and the service tag is `ibexa.automated_translation.block_attribute_encoder`.
145+
For custom block attributes the appropriate interface is [`BlockAttributeEncoderInterface`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-AutomatedTranslation-Encoder-BlockAttribute-BlockAttributeEncoderInterface.html) and the service tag is `ibexa.automated_translation.block_attribute_encoder`.

0 commit comments

Comments
 (0)