[PR #2989] [CLOSED] Fix broken deepagents doc links returning 404 #3072

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2989
Author: @Aamirofficiall
Created: 3/8/2026
Status: Closed

Base: mainHead: fix/deepagents-broken-links-2839


📝 Commits (1)

  • d204f94 Fix broken deepagents doc links returning 404

📊 Changes

4 files changed (+5 additions, -5 deletions)

View changed files

📝 src/oss/concepts/products.mdx (+1 -1)
📝 src/oss/deepagents/overview.mdx (+1 -1)
📝 src/oss/deepagents/quickstart.mdx (+2 -2)
📝 src/oss/python/releases/changelog.mdx (+1 -1)

📄 Description

Summary

  • Fixes broken anchor links in deepagents documentation that return 404
  • Updates 4 files with incorrect anchor references to match actual headings in harness.mdx

Fixes #2839

Changes

File Broken anchor Fixed anchor
overview.mdx #file-system-access (×4) #virtual-filesystem-access
quickstart.mdx #to-do-list-tracking #planning-capabilities
quickstart.mdx #file-system-access (×2) #virtual-filesystem-access
products.mdx /oss/deepagents/harness#streaming /oss/deepagents/streaming/overview
changelog.mdx #conversation-history-summarization #summarization

Test plan

  • Verify all fixed links resolve correctly on the docs site
  • Confirm no other broken deepagents anchors remain

🔄 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/2989 **Author:** [@Aamirofficiall](https://github.com/Aamirofficiall) **Created:** 3/8/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/deepagents-broken-links-2839` --- ### 📝 Commits (1) - [`d204f94`](https://github.com/langchain-ai/docs/commit/d204f943c057c2bb780ada676485665b0f5dd941) Fix broken deepagents doc links returning 404 ### 📊 Changes **4 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/concepts/products.mdx` (+1 -1) 📝 `src/oss/deepagents/overview.mdx` (+1 -1) 📝 `src/oss/deepagents/quickstart.mdx` (+2 -2) 📝 `src/oss/python/releases/changelog.mdx` (+1 -1) </details> ### 📄 Description ## Summary - Fixes broken anchor links in deepagents documentation that return 404 - Updates 4 files with incorrect anchor references to match actual headings in `harness.mdx` Fixes #2839 ## Changes | File | Broken anchor | Fixed anchor | |------|--------------|--------------| | `overview.mdx` | `#file-system-access` (×4) | `#virtual-filesystem-access` | | `quickstart.mdx` | `#to-do-list-tracking` | `#planning-capabilities` | | `quickstart.mdx` | `#file-system-access` (×2) | `#virtual-filesystem-access` | | `products.mdx` | `/oss/deepagents/harness#streaming` | `/oss/deepagents/streaming/overview` | | `changelog.mdx` | `#conversation-history-summarization` | `#summarization` | ## Test plan - [ ] Verify all fixed links resolve correctly on the docs site - [ ] Confirm no other broken deepagents anchors remain --- <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:21:00 -04:00
yindo closed this issue 2026-06-05 18:21:00 -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#3072