[PR #3391] [MERGED] fix: replace old api.js.langchain.com links with new reference url #3447

Closed
opened 2026-06-05 18:23:08 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3391
Author: @open-swe[bot]
Created: 3/31/2026
Status: Merged
Merged: 3/31/2026
Merged by: @npentrel

Base: mainHead: open-swe/fd56dc46-1349-d239-c9c0-e08dc1d19191


📝 Commits (10+)

📊 Changes

103 files changed (+280 additions, -294 deletions)

View changed files

📝 src/langsmith/observability-quickstart.mdx (+1 -1)
📝 src/langsmith/prompt-engineering-quickstart.mdx (+1 -1)
📝 src/langsmith/rate-limiting.mdx (+1 -1)
📝 src/oss/contributing/standard-tests-langchain.mdx (+2 -2)
📝 src/oss/javascript/integrations/chat/anthropic.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/azure.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/bedrock.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/bedrock_converse.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/cerebras.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/cloudflare_workersai.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/cohere.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/deepseek.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/fireworks.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/google.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/google_generative_ai.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/google_vertex_ai.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/groq.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/ibm.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/mistral.mdx (+3 -3)
📝 src/oss/javascript/integrations/chat/ollama.mdx (+3 -3)

...and 80 more files

📄 Description

Description

Replaces all occurrences of the deprecated api.js.langchain.com and v03.api.js.langchain.com URLs across 103 MDX files with the new canonical reference URL at https://docs.langchain.com/oss/javascript/reference/overview. Also fixes two stale Vercel preview deployment URLs in LangSmith docs.

Resolves DOC-947

Test Plan

  • Verify links in preview deployment resolve correctly to the JS reference overview page

Opened collaboratively by Naomi Pentrel and open-swe.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3391 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 3/31/2026 **Status:** ✅ Merged **Merged:** 3/31/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `open-swe/fd56dc46-1349-d239-c9c0-e08dc1d19191` --- ### 📝 Commits (10+) - [`b066ab5`](https://github.com/langchain-ai/docs/commit/b066ab5b18b1e1042b2593cb004e18d4bf1d8695) Replace deprecated api.js.langchain.com and v03.api.js.langchain.com links with https://docs.langchain.com/oss/javascript/reference/overview across all MDX files. Also fix stale Vercel preview deployment URLs. - [`846fdea`](https://github.com/langchain-ai/docs/commit/846fdeae8f2a30f881fd4b191154e65e90bc35aa) Apply suggestion from @npentrel - [`93d4b1a`](https://github.com/langchain-ai/docs/commit/93d4b1ac53165ebdb1de3f463a333e353d57f670) testing new links - [`0282013`](https://github.com/langchain-ai/docs/commit/0282013fd5c0bedbddf09983f85e15390937b074) Apply suggestion from @npentrel - [`d1249cd`](https://github.com/langchain-ai/docs/commit/d1249cd8e5af7f4597fe900fe312edb18ff0227b) Apply suggestion from @npentrel - [`f098e46`](https://github.com/langchain-ai/docs/commit/f098e4618349903e91bd15f6813ab60200ff1c8c) Apply suggestions from code review - [`76f904b`](https://github.com/langchain-ai/docs/commit/76f904b7389e3258e1100db67dec05e763a56c1f) Simplify MemoryVectorStore guide by removing API reference - [`ee28a54`](https://github.com/langchain-ai/docs/commit/ee28a542842e37540291cd6078404945ed59fc14) Apply suggestions from code review - [`a6029c4`](https://github.com/langchain-ai/docs/commit/a6029c4b501babe1d48c7ce89929fa099d3a73f5) Apply suggestions from code review - [`e76582a`](https://github.com/langchain-ai/docs/commit/e76582afb5b6a7dddd7921ae8b1bc0e2c8553da0) Refactor SQLToolkit integration documentation ### 📊 Changes **103 files changed** (+280 additions, -294 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/observability-quickstart.mdx` (+1 -1) 📝 `src/langsmith/prompt-engineering-quickstart.mdx` (+1 -1) 📝 `src/langsmith/rate-limiting.mdx` (+1 -1) 📝 `src/oss/contributing/standard-tests-langchain.mdx` (+2 -2) 📝 `src/oss/javascript/integrations/chat/anthropic.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/azure.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/bedrock.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/bedrock_converse.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/cerebras.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/cloudflare_workersai.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/cohere.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/deepseek.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/fireworks.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/google.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/google_generative_ai.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/google_vertex_ai.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/groq.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/ibm.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/mistral.mdx` (+3 -3) 📝 `src/oss/javascript/integrations/chat/ollama.mdx` (+3 -3) _...and 80 more files_ </details> ### 📄 Description ## Description Replaces all occurrences of the deprecated `api.js.langchain.com` and `v03.api.js.langchain.com` URLs across 103 MDX files with the new canonical reference URL at `https://docs.langchain.com/oss/javascript/reference/overview`. Also fixes two stale Vercel preview deployment URLs in LangSmith docs. Resolves DOC-947 ## Test Plan - [ ] Verify links in preview deployment resolve correctly to the JS reference overview page _Opened collaboratively by Naomi Pentrel and open-swe._ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:23:08 -04:00
yindo closed this issue 2026-06-05 18:23:08 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3447