Commit 788f368
docs: fix 404 vector range query link in docstring (#647)
## Summary
Fixes #622
The `VectorRangeQuery` docstring linked to a stale Redis docs URL that
now returns a 404:
- Old (404):
`https://redis.io/docs/interact/search-and-query/search/vectors/#range-query`
- New (200):
`https://redis.io/docs/latest/develop/ai/search-and-query/vectors/#range-query`
The new URL matches the style already used by the `VectorQuery`
docstring link in the same file.
## Notes
- Docstring-only change; no code behavior is affected, so the commit
carries `[skip ci]`.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Documentation URL change only; no executable code paths are affected.
>
> **Overview**
> Updates the **VectorRangeQuery** docstring “Note” link from the old
`redis.io/docs/interact/...` path (404) to
`redis.io/docs/latest/develop/ai/search-and-query/vectors/#range-query`,
matching the **VectorQuery** docstring in the same file.
>
> Docstring-only; no runtime or API behavior changes.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
285447d. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 0000a0f commit 788f368
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
926 | 926 | | |
927 | 927 | | |
928 | 928 | | |
929 | | - | |
| 929 | + | |
930 | 930 | | |
931 | 931 | | |
932 | 932 | | |
| |||
0 commit comments