From e1ada1569b133cf3a2666bffe9b4c150121d43f7 Mon Sep 17 00:00:00 2001 From: Pratyush Sharma <56130065+pratyush618@users.noreply.github.com> Date: Wed, 27 May 2026 13:16:57 +0530 Subject: [PATCH] Fix link path for canvas.chunks() in batching guide --- docs/content/docs/guides/core/batching.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/guides/core/batching.mdx b/docs/content/docs/guides/core/batching.mdx index dab620da..ca8c1a50 100644 --- a/docs/content/docs/guides/core/batching.mdx +++ b/docs/content/docs/guides/core/batching.mdx @@ -90,4 +90,4 @@ When not to use it: - Tasks where per-item retry matters. - Heterogeneous work that doesn't share the same downstream code path. -See also the [`canvas.chunks()`](/docs/guides/workflows/canvas) primitive — it's a producer-side equivalent that creates `N` separate jobs each holding a sub-list, with full per-chunk retry semantics. +See also the [`canvas.chunks()`](/guides/workflows/canvas) primitive — it's a producer-side equivalent that creates `N` separate jobs each holding a sub-list, with full per-chunk retry semantics.