diff --git a/docs/_scripts/notebook_hooks.py b/docs/_scripts/notebook_hooks.py index 988fc21d9..c90de28f5 100644 --- a/docs/_scripts/notebook_hooks.py +++ b/docs/_scripts/notebook_hooks.py @@ -87,7 +87,7 @@ REDIRECT_MAP = { "cloud/how-tos/stream_events.md": "cloud/how-tos/streaming.md#stream-events", "cloud/how-tos/stream_debug.md": "cloud/how-tos/streaming.md#debug", "cloud/how-tos/stream_multiple.md": "cloud/how-tos/streaming.md#stream-multiple-modes", - # prebuit redirects + # prebuilt redirects "how-tos/create-react-agent.ipynb": "agents/agents.md#basic-configuration", "how-tos/create-react-agent-memory.ipynb": "agents/memory.md", "how-tos/create-react-agent-system-prompt.ipynb": "agents/context.md#prompts",