Skip to content

Commit d865237

Browse files
committed
Fix broken continue-as-new link
1 parent a1a2862 commit d865237

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/develop/python/integrations/langgraph.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ boundary.
310310
## Continue-as-new
311311

312312
Long-running graphs can hit Temporal's per-Workflow history size limit. Use Temporal's
313-
[continue-as-new](/develop/python/continue-as-new) to start a fresh execution while preserving the results of nodes
313+
[continue-as-new](/develop/python/workflows/continue-as-new) to start a fresh execution while preserving the results of nodes
314314
and tasks that have already completed.
315315

316316
The `cache()` helper returns the current task-result cache as a serializable dict. Pass it to `graph(name, cache=...)`

0 commit comments

Comments
 (0)