[PR #2904] [MERGED] fix: correct broken graph api link in subagents docs [closes DOC-809] #2992

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2904
Author: @lnhsingh
Created: 3/3/2026
Status: Merged
Merged: 3/3/2026
Merged by: @lnhsingh

Base: mainHead: open-swe/47438d18-22e9-95b0-f959-ac84a8c5c64b


📝 Commits (2)

  • e38b3dd Fix broken subagents graph API hyperlink so users can navigate to the correct LangGraph docs page.
  • 7f4f64b fix

📊 Changes

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

View changed files

📝 src/oss/contributing/integrations-langchain.mdx (+1 -1)
📝 src/oss/deepagents/subagents.mdx (+1 -1)

📄 Description

Description

This PR fixes a broken hyperlink reported on the Deep Agents subagents documentation page. The existing "graph API" link incorrectly pointed to a GitHub pull request URL, which caused navigation to fail for readers.

Changes made:

  • Updated the broken "graph API" hyperlink on src/oss/deepagents/subagents.mdx
  • Replaced the incorrect external PR URL with the correct internal docs page: /oss/langgraph/graph-api

Resolves DOC-809.

Test Plan

  • Run NO_COLOR=1 uv run pytest tests/unit_tests --disable-socket --allow-unix-socket -q and confirm tests pass
  • Open oss/python/deepagents/subagents and verify the "graph API" link now routes to /oss/langgraph/graph-api

🔄 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/2904 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 3/3/2026 **Status:** ✅ Merged **Merged:** 3/3/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `open-swe/47438d18-22e9-95b0-f959-ac84a8c5c64b` --- ### 📝 Commits (2) - [`e38b3dd`](https://github.com/langchain-ai/docs/commit/e38b3dd8cd90de0b1aabea7b6718d481d2f44387) Fix broken subagents graph API hyperlink so users can navigate to the correct LangGraph docs page. - [`7f4f64b`](https://github.com/langchain-ai/docs/commit/7f4f64b72cc099ad6c8c65ff7397af218804f1e2) fix ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/contributing/integrations-langchain.mdx` (+1 -1) 📝 `src/oss/deepagents/subagents.mdx` (+1 -1) </details> ### 📄 Description ## Description This PR fixes a broken hyperlink reported on the Deep Agents subagents documentation page. The existing "graph API" link incorrectly pointed to a GitHub pull request URL, which caused navigation to fail for readers. Changes made: - Updated the broken "graph API" hyperlink on `src/oss/deepagents/subagents.mdx` - Replaced the incorrect external PR URL with the correct internal docs page: `/oss/langgraph/graph-api` Resolves DOC-809. ## Test Plan - [ ] Run `NO_COLOR=1 uv run pytest tests/unit_tests --disable-socket --allow-unix-socket -q` and confirm tests pass - [ ] Open `oss/python/deepagents/subagents` and verify the "graph API" link now routes to `/oss/langgraph/graph-api` --- <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:20:38 -04:00
yindo closed this issue 2026-06-05 18:20:38 -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#2992