[PR #696] [MERGED] Add redirects + update link checker #930

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

📋 Pull Request Information

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

Base: mainHead: redirects


📝 Commits (3)

📊 Changes

3 files changed (+20 additions, -13 deletions)

View changed files

📝 .github/workflows/test-build-docs.yml (+1 -1)
📝 Makefile (+5 -11)
📝 src/docs.json (+14 -1)

📄 Description

Overview

  • Update link checker to use built-in mint broken-links now that most/all broken links have been fixed
  • Add redirects for new <> new pages that get a lot of 404s

Type of change

Type: Bug fix + CI/CD

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/696 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 9/30/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `redirects` --- ### 📝 Commits (3) - [`92389c2`](https://github.com/langchain-ai/docs/commit/92389c2f8f3133aaf45540c4384091579087b25c) Add redirects - [`ac1afb3`](https://github.com/langchain-ai/docs/commit/ac1afb3f7df72c08f9d19e6f8141a410b277fe44) update broken link checker - [`fc75c81`](https://github.com/langchain-ai/docs/commit/fc75c81c19dd82450879d9f98d2cedaf46769887) Merge branch 'main' into redirects ### 📊 Changes **3 files changed** (+20 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test-build-docs.yml` (+1 -1) 📝 `Makefile` (+5 -11) 📝 `src/docs.json` (+14 -1) </details> ### 📄 Description ## Overview - Update link checker to use built-in `mint broken-links` now that most/all broken links have been fixed - Add redirects for new <> new pages that get a lot of 404s ## Type of change **Type:** Bug fix + CI/CD ## 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:24 -05:00
yindo closed this issue 2026-02-17 17:21:24 -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#930