Add aliases for pages that moved without one - #3959
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
auto/missing-aliases
branch
30 times, most recently
from
September 11, 2026 09:21
0303850 to
4e9babd
Compare
github-actions
Bot
force-pushed
the
auto/missing-aliases
branch
9 times, most recently
from
September 11, 2026 14:55
92daa4a to
c7bf454
Compare
kaitlynmichael
approved these changes
Sep 11, 2026
github-actions
Bot
force-pushed
the
auto/missing-aliases
branch
3 times, most recently
from
September 11, 2026 21:24
045121f to
de29de8
Compare
Generated by build/check_missing_aliases.py --all --fix.
github-actions
Bot
force-pushed
the
auto/missing-aliases
branch
from
September 11, 2026 22:06
de29de8 to
20d93d3
Compare
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.
Adds aliases for pages that were renamed without one, so their old URLs stop returning 404.
Generated by
build/check_missing_aliases.py --all --fix. Onlyaliases:frontmatter is touched — no prose changes and no page moves.If a page here was retired on purpose rather than moved, close this PR. Nothing depends on it.
Cases needing a human decision are reported below rather than changed: an old URL that is a live page today, a URL another page already claims as its alias, a page that was split into a section, or a move onto a draft.
Scanner report
Note
Low Risk
Documentation-only Hugo redirect aliases with no runtime or application logic changes.
Overview
Adds Hugo
aliasesto 15 docs pages so bookmarks and external links to pre-move URLs redirect instead of 404ing. Changes are frontmatter only (no body edits), produced bybuild/check_missing_aliases.py --all --fix.RedisVL user guide: Several how-to pages under
how_to_guides/now alias old paths from/integrate/redisvl/user_guide/...and/or flatter/develop/ai/redisvl/user_guide/<topic>/URLs to their current locations.getting_started.mdgains/integrate/redisvl/user_guide/getting_started/.Develop setup:
content/develop/setup/_index.mdaliases/develop/getting-started/, andbuild-with-an-agent.mdaliases/develop/getting-started/build-with-an-agent/after the getting-started section moved undersetup.Reviewed by Cursor Bugbot for commit 20d93d3. Bugbot is set up for automated code reviews on this repo. Configure here.