Update nav and footer links to match redis.io#3092
Conversation
- Footer: update community edition compare link to /compare/open-source with new title - Resources menu: sync Learn section links/labels with redis.io nav (Tutorials, Commands, University, Knowledge Base, Resource Center, Demo Center, Developer Hub, FAQs) - Resources menu: update Releases link from /release/ to /new/ - Resources menu: update CTA button from "Visit Demo Center" to "Visit our Developer Hub" Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
🛡️ 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 ca26678. Configure here.
| <a class="hover:text-white" href="https://redis.io/compare/memorystore/">Redis vs Memory Store</a> | ||
| <a class="hover:text-white" href="https://redis.io/compare/community-edition/">Redis vs Source | ||
| Available</a> | ||
| <a class="hover:text-white" href="https://redis.io/compare/open-source">Redis vs. Open Source</a> |
There was a problem hiding this comment.
Missing trailing slash on compare link URL
Low Severity
The new /compare/open-source URL is missing a trailing slash, while all three sibling compare links (/compare/elasticache/, /compare/memcached/, /compare/memorystore/) consistently include one. This inconsistency will likely cause a 301 redirect on redis.io, adding a small latency penalty and breaking the established URL convention in the footer.
Reviewed by Cursor Bugbot for commit ca26678. Configure here.
dwdougherty
left a comment
There was a problem hiding this comment.
Apart from bugbot's whinging, LGTM.


Note
Low Risk
Low risk: template-only updates to link URLs/labels; primary risk is broken or incorrect external navigation targets.
Overview
Updates site navigation links to match redis.io.
In the footer, replaces the "Redis vs Source Available" compare link with
Redis vs. Open Sourcepointing to/compare/open-source. In the Resources menus (desktop + mobile), refreshes the Learn section link set/order (e.g.,Tutorials,Quick starts,Commands,University,Knowledge Base,Resource Center,Demo Center,Developer Hub,FAQs), updates Releases to/new/, and changes the CTA to point to the Developer Hub.Reviewed by Cursor Bugbot for commit ca26678. Bugbot is set up for automated code reviews on this repo. Configure here.