-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
Description
What’s wrong
On the Integrations Overview page, the following cards don’t navigate to their intended documentation pages:
-
Bedrock Invoke Agent Tool
- Current link:
/en/tools/tool-integrations/bedrockinvokeagenttool
- Behavior: Redirects to
/en/introduction
- Expected:
/en/tools/integration/bedrockinvokeagenttool
(https://docs.crewai.com/en/tools/integration/bedrockinvokeagenttool)
- Current link:
-
CrewAI Automation Tool
- Current link:
/en/tools/tool-integrations/crewaiautomationtool
- Behavior: Redirects to
/en/introduction
- Expected:
/en/tools/integration/crewaiautomationtool
(https://docs.crewai.com/en/tools/integration/crewaiautomationtool)
- Current link:
Location
Source file: docs/en/tools/tool-integrations/overview.mdx
Suggested fix
Update the href
in both <Card>
components to point to /en/tools/integration/...
paths.
Why it matters
Currently, users trying to reach integration-specific docs get redirected to the generic Introduction page, which breaks navigation and onboarding.
Context
- Docs site: https://docs.crewai.com
- Other integration links seem fine; issue isolated to these two cards.
Steps to Reproduce
- Go to https://docs.crewai.com/en/tools/tool-integrations/overview
- Click on 'Bedrock Invoke Agent Tool'. This will navigate to CrewAI Intro Page (https://docs.crewai.com/en/introduction)
- Click on 'CrewAI Automation Tool'. This will navigate to CrewAI Intro Page (https://docs.crewai.com/en/introduction)
Expected behavior
Bedrock Invoke Agent Tool & CrewAI Automation Tool should navigate to correct documentation.
Bedrock Invoke Agent Tool should link to https://docs.crewai.com/en/tools/integration/bedrockinvokeagenttool
CrewAI Automation Tool should link to https://docs.crewai.com/en/tools/integration/crewaiautomationtool
Screenshots/Code snippets

Operating System
Other (specify in additional context)
Python Version
3.10
crewAI Version
NA
crewAI Tools Version
NA
Virtual Environment
Venv
Evidence

Possible Solution
Bedrock Invoke Agent Tool & CrewAI Automation Tool should navigate to correct documentation.
Bedrock Invoke Agent Tool should link to https://docs.crewai.com/en/tools/integration/bedrockinvokeagenttool
CrewAI Automation Tool should link to https://docs.crewai.com/en/tools/integration/crewaiautomationtool
Additional context
Currently, users trying to reach integration-specific docs get redirected to the generic Introduction page, which breaks navigation and onboarding.