Conversation
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes 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 325592d. Configure here.
| - you want to reuse an existing Redis index without rebuilding retrieval logic in every client | ||
|
|
||
| For setup steps, config, commands, and examples, see [Run RedisVL MCP](../user_guide/how_to_guides/mcp.md). | ||
| For setup steps, config, commands, and examples, see [Run RedisVL MCP]({{< relref "../user_guide/how_to_guides/mcp" >}}). |
There was a problem hiding this comment.
Broken relref link to non-existent how_to_guides/mcp page
High Severity
The relref link targets ../user_guide/how_to_guides/mcp, but there is no how_to_guides subdirectory under user_guide/. While the old markdown link (../user_guide/how_to_guides/mcp.md) was also broken, converting it to a Hugo relref shortcode is worse — Hugo's relref causes a build failure when the target page doesn't exist, potentially preventing the entire site from deploying.
Reviewed by Cursor Bugbot for commit 325592d. Configure here.


update for redisvl 0.17.0
Note
Low Risk
Low risk documentation-only change: updates internal links to use Hugo
relref, which could cause broken navigation if any target slugs are incorrect.Overview
Updates RedisVL
0.17.0concept docs to replace hardcoded relative markdown links with Hugo{{< relref ... >}}shortcodes for Related concepts and Learn more cross-references.This standardizes internal linking across pages like
architecture,extensions,field-attributes,mcp,queries,search-and-indexing, andutilitiesto align with site routing/slugs.Reviewed by Cursor Bugbot for commit 325592d. Bugbot is set up for automated code reviews on this repo. Configure here.