Skip to content

Conversation

@joshrotenberg
Copy link
Collaborator

Summary

PR #500 accidentally corrupted GitHub repository URLs by adding ghcr.io/ to them. The ghcr.io/ prefix is only valid for Docker image references (e.g., ghcr.io/redis-developer/redisctl), not GitHub repository URLs.

This PR fixes:

  • GitHub repository URLs (remove errant ghcr.io/ from github.com/ghcr.io/redis-developer/...)
  • Homebrew tap references (joshrotenberg/brewredis-developer/homebrew-tap)
  • Documentation URLs (joshrotenberg.github.io/redisctlredis-developer.github.io/redisctl)
  • GHCR link format in RELEASE.md checklist

Files Changed

  • README.md
  • RELEASE.md
  • docs/src/getting-started/installation.md
  • docs/src/introduction.md
  • docs/src/presentation/slides.html

Test plan

  • Verify all links in README.md resolve correctly
  • Verify documentation builds without broken links
  • Verify brew install redis-developer/homebrew-tap/redisctl works

🤖 Generated with Claude Code

PR #500 accidentally corrupted GitHub repository URLs by adding
`ghcr.io/` to them (e.g., `github.com/ghcr.io/redis-developer/redisctl`).
The `ghcr.io/` prefix is only valid for Docker image references, not
GitHub repository URLs.

This PR fixes:
- GitHub repository URLs (remove errant `ghcr.io/`)
- Homebrew tap references (`joshrotenberg/brew` → `redis-developer/homebrew-tap`)
- Documentation URLs (`joshrotenberg.github.io` → `redis-developer.github.io`)
- GHCR link in RELEASE.md checklist

Files updated:
- README.md
- RELEASE.md
- docs/src/getting-started/installation.md
- docs/src/introduction.md
- docs/src/presentation/slides.html

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@joshrotenberg joshrotenberg merged commit e339677 into main Dec 16, 2025
13 checks passed
@joshrotenberg joshrotenberg deleted the fix/update-org-urls-v2 branch December 16, 2025 21:50
@joshrotenberg joshrotenberg mentioned this pull request Dec 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants