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.