[PR #1745] [MERGED] docs: Update langchain documentation URLs to point at latest version of docs instead of v0.2 #2270

Closed
opened 2026-02-20 17:46:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1745
Author: @eyurtsev
Created: 9/17/2024
Status: Merged
Merged: 9/17/2024
Merged by: @eyurtsev

Base: mainHead: eugene/update_to_v0.3_docs


📝 Commits (1)

📊 Changes

22 files changed (+44 additions, -44 deletions)

View changed files

📝 docs/docs/concepts/agentic_concepts.md (+1 -1)
📝 docs/docs/concepts/low_level.md (+2 -2)
📝 docs/docs/concepts/streaming.md (+2 -2)
📝 docs/docs/how-tos/many-tools.ipynb (+4 -4)
📝 docs/docs/how-tos/memory/manage-conversation-history.ipynb (+4 -4)
📝 docs/docs/how-tos/pass-run-time-values-to-tools.ipynb (+3 -3)
📝 docs/docs/how-tos/persistence.ipynb (+5 -5)
📝 docs/docs/how-tos/react-agent-structured-output.ipynb (+1 -1)
📝 docs/docs/how-tos/state-context-key.ipynb (+3 -3)
📝 docs/docs/how-tos/state-model.ipynb (+3 -3)
📝 docs/docs/how-tos/streaming-tokens.ipynb (+3 -3)
📝 docs/docs/tutorials/code_assistant/langgraph_code_assistant.ipynb (+2 -2)
📝 docs/docs/tutorials/customer-support/customer-support.ipynb (+1 -1)
📝 docs/docs/tutorials/extraction/retries.ipynb (+1 -1)
📝 docs/docs/tutorials/introduction.ipynb (+1 -1)
📝 docs/docs/tutorials/llm-compiler/LLMCompiler.ipynb (+1 -1)
📝 docs/docs/tutorials/plan-and-execute/plan-and-execute.ipynb (+1 -1)
📝 docs/docs/tutorials/rag/langgraph_agentic_rag.ipynb (+1 -1)
📝 docs/docs/tutorials/rag/langgraph_crag.ipynb (+1 -1)
📝 docs/docs/tutorials/rag/langgraph_crag_local.ipynb (+2 -2)

...and 2 more files

📄 Description

git grep -l 'https://python.langchain.com/v0.2/docs/' | xargs sed -i 's|https://python.langchain.com/v0.2/docs/|https://python.langchain.com/docs/|g'


🔄 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/langgraph/pull/1745 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 9/17/2024 **Status:** ✅ Merged **Merged:** 9/17/2024 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/update_to_v0.3_docs` --- ### 📝 Commits (1) - [`a5d6dea`](https://github.com/langchain-ai/langgraph/commit/a5d6deac178cf3f407b89ac14e6318ffd4581329) update notebooks ### 📊 Changes **22 files changed** (+44 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/concepts/agentic_concepts.md` (+1 -1) 📝 `docs/docs/concepts/low_level.md` (+2 -2) 📝 `docs/docs/concepts/streaming.md` (+2 -2) 📝 `docs/docs/how-tos/many-tools.ipynb` (+4 -4) 📝 `docs/docs/how-tos/memory/manage-conversation-history.ipynb` (+4 -4) 📝 `docs/docs/how-tos/pass-run-time-values-to-tools.ipynb` (+3 -3) 📝 `docs/docs/how-tos/persistence.ipynb` (+5 -5) 📝 `docs/docs/how-tos/react-agent-structured-output.ipynb` (+1 -1) 📝 `docs/docs/how-tos/state-context-key.ipynb` (+3 -3) 📝 `docs/docs/how-tos/state-model.ipynb` (+3 -3) 📝 `docs/docs/how-tos/streaming-tokens.ipynb` (+3 -3) 📝 `docs/docs/tutorials/code_assistant/langgraph_code_assistant.ipynb` (+2 -2) 📝 `docs/docs/tutorials/customer-support/customer-support.ipynb` (+1 -1) 📝 `docs/docs/tutorials/extraction/retries.ipynb` (+1 -1) 📝 `docs/docs/tutorials/introduction.ipynb` (+1 -1) 📝 `docs/docs/tutorials/llm-compiler/LLMCompiler.ipynb` (+1 -1) 📝 `docs/docs/tutorials/plan-and-execute/plan-and-execute.ipynb` (+1 -1) 📝 `docs/docs/tutorials/rag/langgraph_agentic_rag.ipynb` (+1 -1) 📝 `docs/docs/tutorials/rag/langgraph_crag.ipynb` (+1 -1) 📝 `docs/docs/tutorials/rag/langgraph_crag_local.ipynb` (+2 -2) _...and 2 more files_ </details> ### 📄 Description git grep -l 'https://python.langchain.com/v0.2/docs/' | xargs sed -i 's|https://python.langchain.com/v0.2/docs/|https://python.langchain.com/docs/|g' --- <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-02-20 17:46:41 -05:00
yindo closed this issue 2026-02-20 17:46:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2270