From bb77f3d7d2b95affcf082445dda7235ff04afca2 Mon Sep 17 00:00:00 2001 From: Kristopher Overholt Date: Tue, 19 May 2026 15:59:19 -0500 Subject: [PATCH] Fix internal link to graph routes page --- docs/graphs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graphs/index.md b/docs/graphs/index.md index b57fa1ba40..1421fa75f6 100644 --- a/docs/graphs/index.md +++ b/docs/graphs/index.md @@ -167,7 +167,7 @@ This sample code demonstrates how you can use an ***edges*** array to define a graph with routes between a set of *nodes*, which are discrete tasks that can include agents, Tools, your code, and even additional ***Workflows***. For information about building advanced graphs for workflows, see -[Build graph routes for workflow agents](/workflows/graph-routes/). +[Build graph routes for workflow agents](/graphs/routes/). ## Known limitations {#known-limitations}