From 0e7fee41ca48f73d664a899cc2bce4808d2707bd Mon Sep 17 00:00:00 2001 From: timothycarambat <rambat1010@gmail.com> Date: Wed, 12 Feb 2025 23:25:37 -0800 Subject: [PATCH] patch flow link --- frontend/src/pages/Admin/Agents/AgentFlows/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Admin/Agents/AgentFlows/index.jsx b/frontend/src/pages/Admin/Agents/AgentFlows/index.jsx index 57258d577..75b70efcc 100644 --- a/frontend/src/pages/Admin/Agents/AgentFlows/index.jsx +++ b/frontend/src/pages/Admin/Agents/AgentFlows/index.jsx @@ -11,7 +11,7 @@ export default function AgentFlowsList({ <div className="text-theme-text-secondary text-center text-xs flex flex-col gap-y-2"> <p>No agent flows found</p> <a - href="https://docs.anythingllm.com/agent-flows/create-your-first-flow" + href="https://docs.anythingllm.com/agent-flows/getting-started" target="_blank" className="text-theme-text-secondary underline hover:text-cta-button" > -- GitLab