Skip to content

Commit f7acdd2

Browse files
authored
Fix links (#2658)
1 parent c0d6de2 commit f7acdd2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/multisite/languages/automated_translations.md

Lines changed: 3 additions & 3 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

@@ -16,7 +16,7 @@ The following field types are supported out of the box:
1616
- [RichText](richtextfield.md)
1717
- [Page](pagefield.md): the content of `text` and `richtext` [block attributes](page_block_attributes.md#block-attribute-types)
1818

19-
See [adding a custom field or block attribute encoder](##add-a-custom-field-encoder) for more information on how you can extend this list.
19+
See [adding a custom field or block attribute encoder](#create-custom-field-or-block-attribute-encoder) for more information on how you can extend this list.
2020

2121
## Configure automated content translation
2222

@@ -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:

docs/pim/attributes/date_and_time.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Date and time attribute type allows you to store product informatio
44

55
# Date and time attributes
66

7-
The date and time [attribute type](products.md#attributes) allows you to represent date and time values as part of the product specification in the [Product Information Management](pim_guide.md) system.
7+
The date and time [attribute type](products.md#product-attributes) allows you to represent date and time values as part of the product specification in the [Product Information Management](pim_guide.md) system.
88

99
It's released as an [LTS update](release_process_and_roadmap.md) that you can install on top of your current project to expand the capabilities of your [[= product_name =]].
1010

@@ -61,7 +61,7 @@ You can now start working with the date and time attribute type.
6161

6262
The date and time attribute type's support in the system is on par with the other, built-in attribute types.
6363

64-
You can manage it through the back office, [data migrations](importing_data.md#date-and-time-attribute), REST, or through the PHP API.
64+
You can manage it through the back office, [data migrations](importing_data.md#date-and-time-attributes), REST, or through the PHP API.
6565
It also supports [searching](product_search_criteria.md) by using [DateTimeAttribute](datetimeattribute_criterion.md) and [DateTimeAttributeRange](datetimeattributerange_criterion.md) criterions.
6666

6767
![Creating a product using a date and time attribute with "trimester" accuracy level](img/datetime.png "Creating a product using a date and time attribute with "trimester" accuracy level")

0 commit comments

Comments
 (0)