Skip to content

Add redirects + update link checker#696

Merged
Lauren Hirata Singh (lnhsingh) merged 3 commits into
mainfrom
redirects
Sep 30, 2025
Merged

Add redirects + update link checker#696
Lauren Hirata Singh (lnhsingh) merged 3 commits into
mainfrom
redirects

Conversation

@lnhsingh

Copy link
Copy Markdown
Collaborator

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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@github-actions

Copy link
Copy Markdown
Contributor

Preview ID generated: preview-redire-1759248301-2eae86f

@github-actions

Copy link
Copy Markdown
Contributor

Preview ID generated: preview-redire-1759254859-e09e729

@lnhsingh
Lauren Hirata Singh (lnhsingh) merged commit 7ce0836 into main Sep 30, 2025
11 checks passed
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 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants