Skip to content

Commit

Permalink
fix: update Agents link to point to the correct features documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila committed Dec 6, 2024
1 parent f883be4 commit 0a62a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const features: Feature[] = [
Icon: Bot,
name: 'Agents',
description: 'Advanced agents with file handling, code interpretation, and API actions',
href: '/docs/agents',
href: '/docs/features/agents',
cta: 'Meet the Agents!',
background: <BentoBgImage imgLight={AgentsLight} imgDark={AgentsDark} alt="Agents" />,
className: 'md:row-start-1 md:row-end-4 md:col-start-2 md:col-end-2',
Expand Down

0 comments on commit 0a62a42

Please sign in to comment.