mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 14:37:59 -05:00
fix: correct broken integration documentation links
Fix navigation paths for two integration tool cards that were redirecting to the introduction page instead of their intended documentation pages. Fixes #3516 Co-authored-by: Cwarre33 <cwarre33@charlotte.edu> Co-authored-by: Greyson LaLonde <greyson.r.lalonde@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ mode: "wide"
|
|||||||
<Card
|
<Card
|
||||||
title="Bedrock Invoke Agent Tool"
|
title="Bedrock Invoke Agent Tool"
|
||||||
icon="cloud"
|
icon="cloud"
|
||||||
href="/en/tools/tool-integrations/bedrockinvokeagenttool"
|
href="/en/tools/integration/bedrockinvokeagenttool"
|
||||||
color="#0891B2"
|
color="#0891B2"
|
||||||
>
|
>
|
||||||
Invoke Amazon Bedrock Agents from CrewAI to orchestrate actions across AWS services.
|
Invoke Amazon Bedrock Agents from CrewAI to orchestrate actions across AWS services.
|
||||||
@@ -20,7 +20,7 @@ mode: "wide"
|
|||||||
<Card
|
<Card
|
||||||
title="CrewAI Automation Tool"
|
title="CrewAI Automation Tool"
|
||||||
icon="bolt"
|
icon="bolt"
|
||||||
href="/en/tools/tool-integrations/crewaiautomationtool"
|
href="/en/tools/integration/crewaiautomationtool"
|
||||||
color="#7C3AED"
|
color="#7C3AED"
|
||||||
>
|
>
|
||||||
Automate deployment and operations by integrating CrewAI with external platforms and workflows.
|
Automate deployment and operations by integrating CrewAI with external platforms and workflows.
|
||||||
|
|||||||
Reference in New Issue
Block a user