Add redirects + update link checker#696
Merged
Merged
Conversation
Lauren Hirata Singh (lnhsingh)
requested a review
from Eugene Yurtsev (eyurtsev)
September 30, 2025 16:04
Lauren Hirata Singh (lnhsingh)
requested a review
from Kathryn May (katmayb)
as a code owner
September 30, 2025 16:04
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the link checking process and adds URL redirects to reduce 404 errors. The changes simplify link validation by switching to Mintlify's built-in broken link checker and add strategic redirects for commonly accessed pages that have moved.
Key changes:
- Simplified link checking by removing custom filtering and using native
mint broken-links - Added three URL redirects for agent documentation, release notes, and human-in-the-loop guides
- Removed deprecated memory integrations reference from navigation
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/docs.json | Removed memory integrations navigation entry and added three URL redirects |
| Makefile | Simplified broken-links target to use native mint command without filtering |
| .github/workflows/test-build-docs.yml | Updated CI workflow to use simplified link checking command |
Contributor
|
Preview ID generated: preview-redire-1759248301-2eae86f |
Contributor
|
Preview ID generated: preview-redire-1759254859-e09e729 |
Mason Daugherty (mdrxy)
pushed a commit
that referenced
this pull request
Oct 1, 2025
## 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 -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
mint broken-linksnow that most/all broken links have been fixedType of change
Type: Bug fix + CI/CD
Checklist
docs devsrc/docs.jsonif neededAdditional notes