Add aliases for pages that moved without one - #3959
Open
github-actions[bot] wants to merge 1 commit into
Open
github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
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
5 times, most recently
from
September 14, 2026 13:25
20d93d3 to
de1e461
Compare
9 tasks
github-actions
Bot
force-pushed
the
auto/missing-aliases
branch
5 times, most recently
from
September 15, 2026 13:28
35a910e to
67e4014
Compare
Contributor
Author
Contributor
Author
🧠 Redis MemoryFound 5 related items from repository history (5 new this commit):
Memory updated at 67e4014 |
github-actions
Bot
force-pushed
the
auto/missing-aliases
branch
15 times, most recently
from
September 17, 2026 09:27
e47805f to
6fb0799
Compare
Generated by build/check_missing_aliases.py --all --fix.
github-actions
Bot
force-pushed
the
auto/missing-aliases
branch
from
September 17, 2026 09:28
6fb0799 to
31e60bd
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; no application logic or content changes.
Overview
Adds Hugo
aliasesfrontmatter on 15 docs pages so bookmarks and external links to pre-move URLs redirect instead of 404ing. Only frontmatter changes—no body text or file moves.RedisVL user guide: Restores paths from the old
integrate/redisvltree and from shorterdevelop/ai/redisvl/user_guide/<topic>/URLs (before guides lived underhow_to_guides/). Several how-to pages get both integrate and develop aliases where the scanner detected two prior locations.Develop setup:
develop/setupanddevelop/setup/build-with-an-agentnow alias/develop/getting-started/and/develop/getting-started/build-with-an-agent/.Generated by
build/check_missing_aliases.py --all --fix; collision and split-page cases were left for manual review per the PR report.Reviewed by Cursor Bugbot for commit 31e60bd. Bugbot is set up for automated code reviews on this repo. Configure here.