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.
842132b to
785ed33
Compare
Generated by build/check_missing_aliases.py --all --fix.
785ed33 to
c5a1d75
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
Documentation-only frontmatter redirects with no application or build logic changes.
Overview
Adds Hugo
aliasesto 13 RedisVL user guide pages undercontent/develop/ai/redisvl/user_guide/so bookmarks and external links keep working after URL moves. Only frontmatter changes—no body edits or file renames.Aliases cover two kinds of gaps: legacy
/integrate/redisvl/user_guide/...paths (e.g.getting_started,llmcache, numbered how-to slugs) and pre-how_to_guides//develop/ai/redisvl/user_guide/<topic>/URLs. Eight guides get both integrate and develop short-path aliases; the rest add the develop short path where the numbered integrate alias already existed.Reviewed by Cursor Bugbot for commit c5a1d75. Bugbot is set up for automated code reviews on this repo. Configure here.