[PR #2233] [MERGED] fix: Broken Link Reference for RunnableLambda Class #2253

Closed
opened 2026-02-17 17:23:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2233
Author: @Devpatel1901
Created: 1/14/2026
Status: Merged
Merged: 1/16/2026
Merged by: @mdrxy

Base: mainHead: graph-api-doc-broken-link


📝 Commits (3)

  • 637d641 fix: Update link for reference of graph-api.mdx file
  • 0d94c28 Merge branch 'main' into graph-api-doc-broken-link
  • d3552f8 Add entry for 'RunnableLambda' in link_map for auto referencing

📊 Changes

2 files changed (+2 additions, -1 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+1 -0)
📝 src/oss/langgraph/graph-api.mdx (+1 -1)

📄 Description

Overview

In Graph API Overview docs, We have broken link for RunnableLambda class reference. Currently It points to main docs page of langchain-core package instead of RunnableLambda Definition.

Type of change

Broken Link Fix

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

🔄 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/2233 **Author:** [@Devpatel1901](https://github.com/Devpatel1901) **Created:** 1/14/2026 **Status:** ✅ Merged **Merged:** 1/16/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `graph-api-doc-broken-link` --- ### 📝 Commits (3) - [`637d641`](https://github.com/langchain-ai/docs/commit/637d641ea46be1366f30a71e12ed64a0aab2b3d9) fix: Update link for reference of graph-api.mdx file - [`0d94c28`](https://github.com/langchain-ai/docs/commit/0d94c288b19b5631e6f5a4b478bd7f2ba6275330) Merge branch 'main' into graph-api-doc-broken-link - [`d3552f8`](https://github.com/langchain-ai/docs/commit/d3552f8839715cb1f9d19559680a7376a306ac4f) Add entry for 'RunnableLambda' in link_map for auto referencing ### 📊 Changes **2 files changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+1 -0) 📝 `src/oss/langgraph/graph-api.mdx` (+1 -1) </details> ### 📄 Description ## Overview In `Graph API Overview` docs, We have broken link for `RunnableLambda` class reference. Currently It points to main docs page of langchain-core package instead of `RunnableLambda` Definition. ## Type of change Broken Link Fix ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed --- <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-17 17:23:13 -05:00
yindo closed this issue 2026-02-17 17:23:13 -05:00
yindo changed title from [PR #2233] fix: Broken Link Reference for RunnableLambda Class to [PR #2233] [MERGED] fix: Broken Link Reference for RunnableLambda Class 2026-06-05 18:17:29 -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#2253