Skip to content

Commit 7122e0b

Browse files
authored
Fix broken link to vanilla Python tutorial (#768)
fix broken link
1 parent f8539a7 commit 7122e0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/_components/agent-framework-tabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function AgentFrameworkTabs() {
88
<div className="mt-6 grid gap-3 sm:grid-cols-2 sm:gap-4 md:gap-5 lg:grid-cols-3">
99
<PlatformCard
1010
icon="/images/icons/python.svg"
11-
link="/guides/agent-frameworks/setup-arcade-with-your-llm-python"
11+
link="/get-started/agent-frameworks/setup-arcade-with-your-llm-python"
1212
name="Vanilla Python"
1313
type="MCP Client"
1414
/>

0 commit comments

Comments
 (0)