Add aliases for pages that moved without one - #3815
Conversation
f8c425b to
8bad920
Compare
8a3aacf to
1cdfaee
Compare
|
The tool needs to be updated to ignore redisvl aliases |
1cdfaee to
395db50
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 395db50. Configure here.
| aliases: | ||
| - /integrate/redisvl/user_guide/how_to_guides/10_embeddings_cache | ||
| - /integrate/redisvl/user_guide/embeddings_cache/ | ||
| - /develop/ai/redisvl/user_guide/embeddings_cache/ |
There was a problem hiding this comment.
Ephemeral RedisVL aliases
Medium Severity
These RedisVL aliases sit on sync-owned pages. redisvl_docs_sync with --latest deletes user_guide and rewrites frontmatter to a single compute_alias() entry, so the 20 new redirects disappear on the next daily run and alias_check will reopen the same PR. Matches the review note that RedisVL should be ignored by the alias tool.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 395db50. Configure here.
4c67705 to
b362845
Compare
Generated by build/check_missing_aliases.py --all --fix.
b362845 to
5e8f60a
Compare


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
Docs-only frontmatter aliases. Risk is limited to accidental redirect collisions if an old URL is still a live page.
Overview
Adds Hugo
aliasesso old RedisVL user-guide URLs redirect instead of 404ing after path moves (integrate → develop, and intohow_to_guides/).Frontmatter only on 13 RedisVL guide pages; no content or file moves. Covers both
/integrate/redisvl/user_guide/...and pre-how_to_guides/develop/ai/redisvl/user_guide/...paths.Reviewed by Cursor Bugbot for commit 5e8f60a. Bugbot is set up for automated code reviews on this repo. Configure here.