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.
0cf3df3 to
e17fcf3
Compare
e17fcf3 to
b816d39
Compare
Generated by build/check_missing_aliases.py --all --fix.
b816d39 to
19fb6cd
Compare
🧠 Redis MemoryFound 5 related items from repository history (5 new this commit):
Memory updated at 19fb6cd |


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 metadata with no runtime or security impact; wrong alias targets would only affect URL routing for docs.
Overview
Adds Hugo
aliasesto 13 RedisVL user guide pages so bookmarks and external links to pre-move paths resolve instead of 404ing. Only frontmatter changes—no body text or file moves.The new redirects cover two restructures: guides that lived under
/integrate/redisvl/user_guide/...before the develop tree move, and guides that briefly sat at/develop/ai/redisvl/user_guide/<topic>/before landing underhow_to_guides/. Several how-to pages now register both integrate- and develop-style alias paths where the scanner detected both gaps.Changes were produced by
build/check_missing_aliases.py --all --fix(20 aliases total across getting started and how-to topics such as vectorizers, llmcache, and advanced queries).Reviewed by Cursor Bugbot for commit 19fb6cd. Bugbot is set up for automated code reviews on this repo. Configure here.