[PR #2418] [MERGED] fix: broken link in mcp.mdx #2413

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2418
Author: @Seo-yul
Created: 1/31/2026
Status: Merged
Merged: 2/6/2026
Merged by: @lnhsingh

Base: mainHead: patch-1


📝 Commits (2)

  • 71b176c fix: broken link in mcp.mdx
  • 829df78 Merge branch 'main' into patch-1

📊 Changes

1 file changed (+6 additions, -6 deletions)

View changed files

📝 src/oss/langchain/mcp.mdx (+6 -6)

📄 Description

Overview

Replace outdated internal /docs/reference/ paths with external reference.langchain.com URLs for API reference pages (Blob, MCPToolArtifact, load_mcp_resources, load_mcp_prompt),

fix /docs/concepts/messages to correct internal path /oss/langchain/messages, and update OAuth flow GitHub link to new file location.

Type of change

Type: Fix link

Related issues/PRs

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/2418 **Author:** [@Seo-yul](https://github.com/Seo-yul) **Created:** 1/31/2026 **Status:** ✅ Merged **Merged:** 2/6/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`71b176c`](https://github.com/langchain-ai/docs/commit/71b176c53e410089cc960aabf6fe0e204af10483) fix: broken link in mcp.mdx - [`829df78`](https://github.com/langchain-ai/docs/commit/829df7822bb9c8149e173c1712051f6aa7387d44) Merge branch 'main' into patch-1 ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/mcp.mdx` (+6 -6) </details> ### 📄 Description ## Overview Replace outdated internal /docs/reference/ paths with external reference.langchain.com URLs for API reference pages (Blob, MCPToolArtifact, load_mcp_resources, load_mcp_prompt), fix /docs/concepts/messages to correct internal path /oss/langchain/messages, and update OAuth flow GitHub link to new file location. ## Type of change **Type:** Fix link ## Related issues/PRs - fixes #2417 ## 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:23 -05:00
yindo closed this issue 2026-02-17 17:23:23 -05:00
yindo changed title from [PR #2418] fix: broken link in mcp.mdx to [PR #2418] [MERGED] fix: broken link in mcp.mdx 2026-06-05 18:18:27 -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#2413