We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8539a7 commit 7122e0bCopy full SHA for 7122e0b
1 file changed
app/_components/agent-framework-tabs.tsx
@@ -8,7 +8,7 @@ export function AgentFrameworkTabs() {
8
<div className="mt-6 grid gap-3 sm:grid-cols-2 sm:gap-4 md:gap-5 lg:grid-cols-3">
9
<PlatformCard
10
icon="/images/icons/python.svg"
11
- link="/guides/agent-frameworks/setup-arcade-with-your-llm-python"
+ link="/get-started/agent-frameworks/setup-arcade-with-your-llm-python"
12
name="Vanilla Python"
13
type="MCP Client"
14
/>
0 commit comments