DOC-6776 fix broken external links#3541
Merged
andy-stark-redis merged 2 commits intoJun 24, 2026
Merged
Conversation
Contributor
Contributor
🛡️ 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 58bc393. Configure here.
andy-stark-redis
force-pushed
the
DOC-6776-check-fix-broken-external-links-and-look-into-regular-check
branch
from
June 24, 2026 12:39
58bc393 to
344adf4
Compare
Found while dry-running the link checker against current docs: - connect-prometheus-operator.md: the "Deploy the Prometheus operator" link used the old user-guides/getting-started.md path (404); point it at getting-started/introduction.md, matching the working link later on the page - gears-v1 write-behind recipes (jvm, python): the Redis download center is gone, so repoint the rghibernate and rgsync download links to their source repositories (RedisGears/rghibernate, RedisGears/rgsync) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
dwdougherty
approved these changes
Jun 24, 2026
dwdougherty
left a comment
Collaborator
There was a problem hiding this comment.
I checked a handful of the new links and they work. LGTM.
Contributor
Author
|
Thanks @dwdougherty ! |
andy-stark-redis
deleted the
DOC-6776-check-fix-broken-external-links-and-look-into-regular-check
branch
June 24, 2026 13:35
EliShteinman
added a commit
to EliShteinman/docs
that referenced
this pull request
Jun 26, 2026
Fix broken external links across docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This deliberately avoids checking links added in the build (like "Edit this page") and historical links in old release notes. A follow-up to this is to add a regular link check as a Github action, but I'll make a separate PR for that.
Note
Low Risk
Documentation-only URL and relref corrections with no application or infrastructure changes.
Overview
DOC-6776 refreshes external and cross-doc links so published pages point at current destinations instead of dead or redirected URLs.
Product and sales: Private-preview CTAs for Agent Memory and Context Retriever now use
https://redis.io/contact/instead ofredis.com/contact-sales. RedisVL’s self-hosted option links toredis.io/software/.Ecosystem and AI docs: LlamaIndex vector-store examples are retargeted from
docs.llamaindex.aitodevelopers.llamaindex.ai. OpenTelemetry Node guidance points at the JS language docs path. HNSW references use the canonical arXiv abstract URL.Clients and libraries: RedisOM for Java now references
redis-om-spring; Lettuce guide links use path-style anchors onredis.github.io/lettuce. Redis for VS Code marketplace install URL usesitemName=Redis.redis-for-vscode.Use-case and integration guides: Cache-aside and feature-store Ruby pages update Redis Smart Cache and
redis-clusteringrepo URLs. Prefetch-cache Ruby doc fixes WEBrick and stdlibThread::*links. Debezium PostgreSQL prep links use thestabledoc tree.Operate / legacy: Prometheus operator getting-started, RedisGears write-behind/rgsync download sources, and Active-Active HyperLogLog now point at GitHub or an internal HLL doc instead of retired
redislabs.compages. RediSearchbuffer.cpath is corrected tosrc/buffer/buffer.c.Reviewed by Cursor Bugbot for commit d147cdd. Bugbot is set up for automated code reviews on this repo. Configure here.