From d26fd6f0d1b1700858a1622c348c77b8eaea9645 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 7 Nov 2023 18:24:13 -0800 Subject: [PATCH] redirect langsmith walkthrough (#13040) --- docs/docs/langsmith/walkthrough.ipynb | 2 +- docs/vercel.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/docs/langsmith/walkthrough.ipynb b/docs/docs/langsmith/walkthrough.ipynb index 5501ca27e8d..6dcb17d0276 100644 --- a/docs/docs/langsmith/walkthrough.ipynb +++ b/docs/docs/langsmith/walkthrough.ipynb @@ -7,7 +7,7 @@ "tags": [] }, "source": [ - "# Walkthrough\n", + "# LangSmith Walkthrough\n", "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/langchain-ai/langchain/blob/master/docs/docs/guides/langsmith/walkthrough.ipynb)\n", "\n", "LangChain makes it easy to prototype LLM applications and Agents. However, delivering LLM applications to production can be deceptively difficult. You will likely have to heavily customize and iterate on your prompts, chains, and other components to create a high-quality product.\n", diff --git a/docs/vercel.json b/docs/vercel.json index 4faf3cc7ce9..cb9592b7bb5 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -1,5 +1,13 @@ { "redirects": [ + { + "source": "/docs/guides/langsmith(/?)", + "destination": "/docs/langsmith/" + }, + { + "source": "/docs/guides/langsmith/walkthrough", + "destination": "/docs/langsmith/walkthrough" + }, { "source": "/docs/modules/data_connection/retrievers/self_query/:path*", "destination": "/docs/integrations/retrievers/self_query/:path*"