diff --git a/docs/vercel.json b/docs/vercel.json index fbd2c0c0bbb..5f88f694cdc 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -26,6 +26,18 @@ } ], "redirects": [ + { + "source": "/docs/modules/agents/tools/custom_tools(/?)", + "destination": "/docs/how_to/custom_tools/" + }, + { + "source": "/docs/expression_language(/?)", + "destination": "/docs/concepts/#langchain-expression-language-lcel" + }, + { + "source": "/docs/expression_language/interface(/?)", + "destination": "/docs/concepts/#runnable-interface" + }, { "source": "/docs/versions/overview(/?)", "destination": "/docs/versions/v0_2/overview/"