From 120ae38c122e499c839f062308f12ae879f24d4d Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Fri, 29 Aug 2025 13:45:39 -0400 Subject: [PATCH] chore(docs): fix runtime context link (#6043) --- docs/docs/concepts/low_level.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts/low_level.md b/docs/docs/concepts/low_level.md index 12b563e44..bfa5ead33 100644 --- a/docs/docs/concepts/low_level.md +++ b/docs/docs/concepts/low_level.md @@ -1040,7 +1040,7 @@ def node_a(state: State, runtime: Runtime[ContextSchema]): ... ``` -See [this guide](../how-tos/graph-api.ipynb#add-runtime-configuration) for a full breakdown on configuration. +See [this guide](../how-tos/graph-api.md#add-runtime-configuration) for a full breakdown on configuration. ::: :::js