[PR #1194] [MERGED] fix(docs): broken links in LangGraph - Graph API page #1374

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1194
Author: @shengbo-ma
Created: 10/29/2025
Status: Merged
Merged: 10/31/2025
Merged by: @mdrxy

Base: mainHead: main


📝 Commits (1)

  • e508d07 fix link path: wrong file name

📊 Changes

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

View changed files

📝 src/oss/langgraph/graph-api.mdx (+7 -7)

📄 Description

Overview

There broken links in LangGraph - Graph API page due to wrong file name.

  • graph_api.md -> use-graph-api

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
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes


🔄 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/1194 **Author:** [@shengbo-ma](https://github.com/shengbo-ma) **Created:** 10/29/2025 **Status:** ✅ Merged **Merged:** 10/31/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`e508d07`](https://github.com/langchain-ai/docs/commit/e508d07dbe9313752f7447a1ba85ea89ec3275b0) fix link path: wrong file name ### 📊 Changes **1 file changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph/graph-api.mdx` (+7 -7) </details> ### 📄 Description ## Overview There broken links in LangGraph - Graph API page due to wrong file name. - `graph_api.md` -> `use-graph-api` ## Type of change **Type:** Fix link ## Related issues/PRs ## 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 - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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:22:15 -05:00
yindo closed this issue 2026-02-17 17:22:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1374