[PR #764] [MERGED] fix: correct links in quickstart guide of LangChain #999

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/764
Author: @donMichaelL
Created: 10/7/2025
Status: Merged
Merged: 10/7/2025
Merged by: @lnhsingh

Base: prodHead: patch-2


📝 Commits (3)

  • 101d4a9 fix: correct links in quickstart guide of LangChain
  • 4860412 Apply suggestion from @eyurtsev
  • 0abcde5 Apply suggestion from @eyurtsev

📊 Changes

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

View changed files

📝 build/oss/python/langchain/quickstart.mdx (+3 -3)

📄 Description

Overview

Fixed broken/incorrect links in the Quickstart guide to ensure readers are directed to the correct resources.

Type of change

Type: Fix typo/bug/link/formatting

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

🔄 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/764 **Author:** [@donMichaelL](https://github.com/donMichaelL) **Created:** 10/7/2025 **Status:** ✅ Merged **Merged:** 10/7/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `prod` ← **Head:** `patch-2` --- ### 📝 Commits (3) - [`101d4a9`](https://github.com/langchain-ai/docs/commit/101d4a96b6a0d3b3c1f0e8e4c2896dc9846aaacf) fix: correct links in quickstart guide of LangChain - [`4860412`](https://github.com/langchain-ai/docs/commit/4860412e36e6d8b8ca836c80be83c9826d352006) Apply suggestion from @eyurtsev - [`0abcde5`](https://github.com/langchain-ai/docs/commit/0abcde5a557fadc864b1c649f3dc63b286c2ce18) Apply suggestion from @eyurtsev ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `build/oss/python/langchain/quickstart.mdx` (+3 -3) </details> ### 📄 Description ## Overview Fixed broken/incorrect links in the Quickstart guide to ensure readers are directed to the correct resources. ## Type of change **Type:** Fix typo/bug/link/formatting ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] 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) --- <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:31 -05:00
yindo closed this issue 2026-02-17 17:21:31 -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#999