From ae525fb74f7b935c00f0b67397c3510b1cb7ee38 Mon Sep 17 00:00:00 2001 From: Kathryn May <44557882+katmayb@users.noreply.github.com> Date: Fri, 31 Oct 2025 14:12:59 -0400 Subject: [PATCH] docs: Update hosting page name redirect to platform setup (#6371) --- docs/_scripts/notebook_hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_scripts/notebook_hooks.py b/docs/_scripts/notebook_hooks.py index bc2868704..80bf4e7b7 100644 --- a/docs/_scripts/notebook_hooks.py +++ b/docs/_scripts/notebook_hooks.py @@ -180,7 +180,7 @@ REDIRECT_MAP = { "cloud/concepts/data_storage_and_privacy.md": "https://docs.langchain.com/langsmith/data-storage-and-privacy", "cloud/deployment/semantic_search.md": "https://docs.langchain.com/langsmith/semantic-search", "how-tos/ttl/configure_ttl.md": "https://docs.langchain.com/langsmith/configure-ttl", - "concepts/deployment_options.md": "https://docs.langchain.com/langsmith/hosting", + "concepts/deployment_options.md": "https://docs.langchain.com/langsmith/platform-setup", "cloud/quick_start.md": "https://docs.langchain.com/langsmith/deployment-quickstart", "cloud/deployment/setup.md": "https://docs.langchain.com/langsmith/setup-app-requirements-txt", "cloud/deployment/setup_pyproject.md": "https://docs.langchain.com/langsmith/setup-pyproject",