From 3a5523bf828330f122e10e4c8fb63870b2f3abd6 Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Tue, 11 Jun 2024 12:28:02 -0700 Subject: [PATCH] docs[patch]: Redirect LangGraph docs link (#22784) FYI @efriis --- docs/vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/vercel.json b/docs/vercel.json index 3082a5e8030..0fe6ba36c52 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -1217,6 +1217,10 @@ { "source": "/v0.1/docs/integrations/chat/solar(/?)", "destination": "/v0.1/docs/integrations/chat/upstage" + }, + { + "source": "/v0.1/docs/langgraph(/?)", + "destination": "https://langchain-ai.github.io/langgraph/" } ] }