[PR #647] [MERGED] Links #894

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/647
Author: @lnhsingh
Created: 9/24/2025
Status: Merged
Merged: 9/24/2025
Merged by: @lnhsingh

Base: mainHead: links


📝 Commits (7)

📊 Changes

228 files changed (+436 additions, -641 deletions)

View changed files

📝 src/docs.json (+12 -12)
📝 src/langgraph-platform/use-remote-graph.mdx (+1 -1)
📝 src/oss/contributing/implement-langchain.mdx (+3 -3)
📝 src/oss/contributing/publish-langchain.mdx (+5 -5)
📝 src/oss/javascript/integrations/chat/anthropic.mdx (+2 -2)
📝 src/oss/javascript/integrations/chat/azure.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/bedrock.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/bedrock_converse.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/cerebras.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/cloudflare_workersai.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/cohere.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/deepseek.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/fireworks.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/google_generative_ai.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/google_vertex_ai.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/groq.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/ibm.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/index.mdx (+42 -76)
📝 src/oss/javascript/integrations/chat/mistral.mdx (+1 -1)
📝 src/oss/javascript/integrations/chat/novita.mdx (+1 -1)

...and 80 more files

📄 Description

Overview

Fix subset of broken links. Still 368 to go

Type of change

Type: Bug fix

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

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/647 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 9/24/2025 **Status:** ✅ Merged **Merged:** 9/24/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `links` --- ### 📝 Commits (7) - [`2381c82`](https://github.com/langchain-ai/docs/commit/2381c82f1ac7dca9c528bc45116203782b6f4b16) Fix broken links - [`ff22be7`](https://github.com/langchain-ai/docs/commit/ff22be792723958f78b07a7fcc392d514e3ef4b8) fix links and card format - [`9e4349a`](https://github.com/langchain-ai/docs/commit/9e4349aed0520747adeb70fb35b6af4cab4103a8) more - [`a057172`](https://github.com/langchain-ai/docs/commit/a0571721eae858587361ae69ec60778eb31adf7a) fix card - [`20a289e`](https://github.com/langchain-ai/docs/commit/20a289e6e2b8ab28e1b34eb8a167a6a89b2bdc3c) fix - [`ede482e`](https://github.com/langchain-ai/docs/commit/ede482e638d46d16b4d5d09cb857234bb97f525f) Merge branch 'main' into links - [`9403865`](https://github.com/langchain-ai/docs/commit/940386529f9fa1b16b260957b1eba783ed98c3cb) Apply suggestions from code review ### 📊 Changes **228 files changed** (+436 additions, -641 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+12 -12) 📝 `src/langgraph-platform/use-remote-graph.mdx` (+1 -1) 📝 `src/oss/contributing/implement-langchain.mdx` (+3 -3) 📝 `src/oss/contributing/publish-langchain.mdx` (+5 -5) 📝 `src/oss/javascript/integrations/chat/anthropic.mdx` (+2 -2) 📝 `src/oss/javascript/integrations/chat/azure.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/bedrock.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/bedrock_converse.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/cerebras.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/cloudflare_workersai.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/cohere.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/deepseek.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/fireworks.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/google_generative_ai.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/google_vertex_ai.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/groq.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/ibm.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/index.mdx` (+42 -76) 📝 `src/oss/javascript/integrations/chat/mistral.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/chat/novita.mdx` (+1 -1) _...and 80 more files_ </details> ### 📄 Description ## Overview Fix subset of broken links. Still 368 to go ## Type of change **Type:** Bug fix ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md) - [ ] 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](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:21:19 -05:00
yindo closed this issue 2026-02-17 17:21:19 -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#894