Skip to content

Fix dead README images (re-host off broken Pinata gateway)#3

Open
PaulBurgEth wants to merge 1 commit into
mainfrom
fix/readme-assets
Open

Fix dead README images (re-host off broken Pinata gateway)#3
PaulBurgEth wants to merge 1 commit into
mainfrom
fix/readme-assets

Conversation

@PaulBurgEth

Copy link
Copy Markdown
Contributor

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

  • Recovered the 7 originals from IPFS via the public gateway (content still pinned) and committed them under profile/assets/ with descriptive names.
  • Repointed all 7 README image links to stable raw.githubusercontent.com/Regen-Bazaar/.github/main/profile/assets/*.png URLs — rendering no longer depends on any IPFS gateway.
README image new asset
Regen Bazaar (hero) hero.png
How it works how-it-works.png
NGO profile ngo-profile.png
Tokenization tokenization.png
Buyer profile buyer-profile.png
Impact Products gallery impact-products.png
Staking staking.png

Verified

All 7 raw URLs return 200 from the pushed branch (so the main URLs activate on merge):

hero / how-it-works / ngo-profile / tokenization / buyer-profile / impact-products / staking => 200

Notes

  • The 𝕏 link x.com/RegenBazaar is 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.
  • Images are full-res (≈1.6–3.9 MB each). Kept originals to preserve fidelity; optimizing/resizing them is a reasonable optional follow-up.

🤖 Generated with Claude Code

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>
@coderabbitai

coderabbitai Bot commented Jun 5, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@PaulBurgEth, we couldn't start this review because you've reached your PR review rate limit.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2d4f0210-dfab-45ec-b21e-4d94d5dc3aec

📥 Commits

Reviewing files that changed from the base of the PR and between 3838a92 and c474ba6.

⛔ Files ignored due to path filters (7)
  • profile/assets/buyer-profile.png is excluded by !**/*.png
  • profile/assets/hero.png is excluded by !**/*.png
  • profile/assets/how-it-works.png is excluded by !**/*.png
  • profile/assets/impact-products.png is excluded by !**/*.png
  • profile/assets/ngo-profile.png is excluded by !**/*.png
  • profile/assets/staking.png is excluded by !**/*.png
  • profile/assets/tokenization.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • profile/README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/readme-assets

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant