Skip to content

[BUG ]Docs bug: Integrations Overview links redirect to Introduction instead of correct tool pages #3516

@prashantcodelab

Description

@prashantcodelab

Description

What’s wrong

On the Integrations Overview page, the following cards don’t navigate to their intended documentation pages:

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

Steps to Reproduce

  1. Go to https://docs.crewai.com/en/tools/tool-integrations/overview
  2. Click on 'Bedrock Invoke Agent Tool'. This will navigate to CrewAI Intro Page (https://docs.crewai.com/en/introduction)
  3. 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

Image

Operating System

Other (specify in additional context)

Python Version

3.10

crewAI Version

NA

crewAI Tools Version

NA

Virtual Environment

Venv

Evidence

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions