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*"