Skip to content

Commit 0227d1e

Browse files
mnoconadriendupuis
andcommitted
Fixed broken link and included Extending AI in cards (#2586)
* Fixed broken link and included Extending AI in cards * Applied review suggestion Co-authored-by: Adrien Dupuis <[email protected]> --------- Co-authored-by: Adrien Dupuis <[email protected]>
1 parent 42aef5b commit 0227d1e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/ai_actions/ai_actions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ You can also extend it to perform other tasks or support additional AI services.
1313

1414
[[= cards([
1515
"ai_actions/ai_actions_guide",
16-
"ai_actions/install_ai_actions"
16+
"ai_actions/install_ai_actions",
17+
"ai_actions/extend_ai_actions",
1718
], columns=4) =]]

docs/ai_actions/extend_ai_actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To manage configurations of an AI Action you need to use another concept: Action
5959
### Manage Action Configurations
6060

6161
Action Configurations allow you to store the parameters for a given Action in the database and reuse them when needed.
62-
They can be managed [through the back office]([[= user_doc =]]/ai_actions/work_with_ai_actions.md), [data migrations](importing_data.md#ai-action-configurations), or through the PHP API.
62+
They can be managed [through the back office]([[= user_doc =]]/ai_actions/work_with_ai_actions/), [data migrations](importing_data.md#ai-action-configurations), or through the PHP API.
6363

6464
To manage Action Configurations through the PHP API, you need to use the [ActionConfigurationServiceInterface](../api/php_api/php_api_reference/classes/Ibexa-Contracts-ConnectorAi-ActionConfigurationServiceInterface.html) service.
6565

0 commit comments

Comments
 (0)