docs(readme): fix Buzzoid sponsor description#10856
Merged
jasonsaayman merged 1 commit intoMay 6, 2026
Merged
Conversation
jasonsaayman
approved these changes
May 6, 2026
e559395 to
454474a
Compare
The Buzzoid sponsor card in the README carried Requestly's old
description ("A lightweight open-source API Development, Testing &
Mocking platform") and a bare "Buzzoid" alt text. Align both with the
canonical entry in docs/data/sponsors.json so readers clicking through
see the sponsor they actually land on.
Refs axios#10855
454474a to
f2920fe
Compare
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.
Fixes #10855.
Problem
The Buzzoid sponsor card in
README.mddescribes the sponsor as:That is Requestly's old description, not Buzzoid's. The link, image, and OpenCollective slug all point to Buzzoid (an Instagram followers service), so readers clicking through land on something that does not match the text.
docs/data/sponsors.jsonalready holds the correct name and description for this sponsor, and previous auto-generated sponsor refreshes (e.g. #10668) rendered Buzzoid with the matching title/alt text. The mismatch appears to have been introduced when the sponsor section was manually rewritten in cc9aa2f.Change
Align the Buzzoid card in
README.mdwith the canonical entry indocs/data/sponsors.json:alt="Buzzoid"→alt="Buzzoid - Buy Instagram Followers"sponsors.json: "At Buzzoid, you can buy Instagram followers quickly, safely, and easily with just a few clicks. Rated world's Abstract XHR to node's http #1 IG service since 2012."No code or test changes; docs only. The underlying image, link, and utm parameters are unchanged.
Note
As called out in the issue, it may be worth a follow-up to check why the sponsor-update workflow's regenerated output diverged from
sponsors.jsonduring the manual edit, so the next auto-update doesn't silently drift again. Not addressed in this PR.Summary by cubic
Updates the Buzzoid sponsor card in
README.mdto matchdocs/data/sponsors.jsonby fixing the alt text and replacing the description. Links, image, and UTM params are unchanged. Fixes #10855.Description
docs/data/sponsors.json.Docs
/docs/that README sponsor entries must mirrordocs/data/sponsors.jsonand shouldn’t be edited manually.Testing
Semantic version impact
Written for commit f2920fe. Summary will update on new commits.