Fix dead README images (re-host off broken Pinata gateway)#3
Fix dead README images (re-host off broken Pinata gateway)#3PaulBurgEth wants to merge 1 commit into
Conversation
All 7 profile images 404'd: they were served from the dedicated Pinata gateway turquoise-obvious-guanaco-391.mypinata.cloud, which now returns 403 to public requests (CodeRabbit flagged 3; all 7 shared the dead gateway). Recovered the originals from IPFS via the public gateway and committed them under profile/assets/, referenced by stable raw.github URLs so rendering no longer depends on any IPFS gateway. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 52 minutes and 5 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (7)
📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Why
Every image in the org profile README returned 403 — they were served from the dedicated Pinata gateway
turquoise-obvious-guanaco-391.mypinata.cloud, which no longer allows public/hotlinked access. CodeRabbit flagged 3 on #1; in fact all 7 shared the same dead gateway, so the profile rendered with broken images.What changed
profile/assets/with descriptive names.raw.githubusercontent.com/Regen-Bazaar/.github/main/profile/assets/*.pngURLs — rendering no longer depends on any IPFS gateway.hero.pnghow-it-works.pngngo-profile.pngtokenization.pngbuyer-profile.pngimpact-products.pngstaking.pngVerified
All 7 raw URLs return 200 from the pushed branch (so the
mainURLs activate on merge):Notes
x.com/RegenBazaaris left as-is: it returns 200 in browsers; X blocks non-browser bot user-agents (what CodeRabbit's checker uses), so the earlier "broken X link" flag is a false positive.🤖 Generated with Claude Code