From 3e4b69af3ff2ece148ab3869f31a3c0845f89092 Mon Sep 17 00:00:00 2001 From: Lauren Hirata Singh Date: Fri, 23 May 2025 22:30:43 -0400 Subject: [PATCH] Fix links --- docs/docs/tutorials/overview.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/docs/tutorials/overview.md b/docs/docs/tutorials/overview.md index 282c73d17..5ecd968c0 100644 --- a/docs/docs/tutorials/overview.md +++ b/docs/docs/tutorials/overview.md @@ -4,18 +4,18 @@ The pages in this section provide end-to-end examples for the following topics: ## General -- [Agentic RAG](/docs/docs/tutorials/rag/langgraph_adaptive_rag.ipynb) -- [Agent Supervisor](/docs/docs/tutorials/multi_agent/agent_supervisor.ipynb) -- [SQL agent](/docs/docs/tutorials/sql-agent.ipynb) -- [Graph runs in LangSmith](/docs/docs/how-tos/run-id-langsmith.ipynb) +- [Agentic RAG](./rag/langgraph_adaptive_rag.ipynb) +- [Agent Supervisor](./multi_agent/agent_supervisor.ipynb) +- [SQL agent](./sql-agent.ipynb) +- [Graph runs in LangSmith](../how-tos/run-id-langsmith.ipynb) ## LangGraph Platform -- [Set up custom authentication](/docs/docs/tutorials/auth/getting_started.md) -- [Make conversations private](/docs/docs/tutorials/auth/resource_auth.md) -- [Connect an authentication provider](/docs/docs/tutorials/auth/add_auth_server.md) -- [Rebuild graph at runtime](/docs/docs/cloud/deployment/graph_rebuild.md) -- [Use RemoteGraph](/docs/docs/how-tos/use-remote-graph.md) -- [Deploy CrewAI, AutoGen, and other frameworks](/docs/docs/how-tos/autogen-langgraph-platform.ipynb) -- [Integrate LangGraph into a React app](/docs/docs/cloud/how-tos/use_stream_react.md) -- [Implement Generative User Interfaces with LangGraph](/docs/docs/cloud/how-tos/generative_ui_react.md) +- [Set up custom authentication](./auth/getting_started.md) +- [Make conversations private](./auth/resource_auth.md) +- [Connect an authentication provider](./auth/add_auth_server.md) +- [Rebuild graph at runtime](../cloud/deployment/graph_rebuild.md) +- [Use RemoteGraph](../how-tos/use-remote-graph.md) +- [Deploy CrewAI, AutoGen, and other frameworks](../how-tos/autogen-langgraph-platform.ipynb) +- [Integrate LangGraph into a React app](../cloud/how-tos/use_stream_react.md) +- [Implement Generative User Interfaces with LangGraph](../cloud/how-tos/generative_ui_react.md) \ No newline at end of file