-
Notifications
You must be signed in to change notification settings - Fork 274
Fix agent doc links #2242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix agent doc links #2242
Conversation
Updated links to use relref syntax for better compatibility.
|
Hi, I’m Jit, a friendly security platform designed to help developers build secure applications from day zero with an MVS (Minimal viable security) mindset. In case there are security findings, they will be communicated to you as a comment inside the PR. Hope you’ll enjoy using Jit. Questions? Comments? Want to learn more? Get in touch with us. |
Updated the link for Redis Vector Search to point to the correct section.
dwdougherty
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few incorrect links (see below).
| - [Redis Vector Search documentation](/develop/interact/search-and-query/advanced-concepts/vectors/) | ||
| - [RedisVL Python library](/develop/clients/redisvl/) for vector operations and AI workflows | ||
| - [Redis Vector Search documentation]({{< relref "/develop/interact/search-and-query/advanced-concepts/vectors" >}}) | ||
| - [RedisVL Python library]({{< relref "/develop/clients/redisvl" >}}) for vector operations and AI workflows |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - [RedisVL Python library]({{< relref "/develop/clients/redisvl" >}}) for vector operations and AI workflows | |
| - [RedisVL Python library]({{< relref "/develop/ai/redisvl/" >}}) for vector operations and AI workflows |
| - [Performance optimization](/operate/rs/administering/database-operations/memory-performance/) best practices | ||
| - [Redis Cloud]({{< relref "/operate/rc" >}}) for managed Redis hosting | ||
| - [Redis Enterprise]({{< relref "/operate/rs" >}}) for on-premises deployment | ||
| - [Performance optimization]({{< relref "/operate/rs/administering/database-operations/memory-performance" >}}) best practices |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link is broken (just goes to the top of the page). Not sure what it should be.
|
thank @dwdougherty I think I got them all fixed if you can check them again |
Updated styling for agent concepts sections to remove dark mode classes and improve consistency.
dwdougherty
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one more link to fix. I'll go ahead and approve so you don't have to wait.
| ### Redis AI documentation | ||
|
|
||
| - [Redis Vector Search](/develop/interact/search-and-query/vector-search/) - Semantic search capabilities | ||
| - [Redis Vector Search]({{< relref "/develop/ai/search-and-query" >}}) - Semantic search capabilities |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is still incorrect. It should be:
[Redis Vector Search]({{< relref "/develop/ai/search-and-query/vectors/" >}})
Updated the link for Redis Vector Search to point to the correct path.
No description provided.