Skip to content

docs(readme): fix Buzzoid sponsor description#10856

Merged
jasonsaayman merged 1 commit into
axios:v1.xfrom
sagodi97:docs/fix-buzzoid-sponsor-description
May 6, 2026
Merged

docs(readme): fix Buzzoid sponsor description#10856
jasonsaayman merged 1 commit into
axios:v1.xfrom
sagodi97:docs/fix-buzzoid-sponsor-description

Conversation

@sagodi97

@sagodi97 sagodi97 commented May 6, 2026

Copy link
Copy Markdown
Contributor

Fixes #10855.

Problem

The Buzzoid sponsor card in README.md describes the sponsor as:

A lightweight open-source API Development, Testing & Mocking platform

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.json already 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.md with the canonical entry in docs/data/sponsors.json:

  • alt="Buzzoid"alt="Buzzoid - Buy Instagram Followers"
  • Replace the Requestly paragraph with the description already in 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.json during 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.md to match docs/data/sponsors.json by fixing the alt text and replacing the description. Links, image, and UTM params are unchanged. Fixes #10855.

Description

  • Summary of changes
    • Alt text: "Buzzoid" → "Buzzoid - Buy Instagram Followers".
    • Replaced Requestly copy with the canonical Buzzoid description from docs/data/sponsors.json.
  • Reasoning
    • README showed Requestly’s text, causing a mismatch for readers.
  • Additional context
    • Mismatch likely from a manual edit; consider a follow-up to prevent drift.

Docs

  • Add a note in /docs/ that README sponsor entries must mirror docs/data/sponsors.json and shouldn’t be edited manually.

Testing

  • No tests added; docs-only change.
  • Manually verified the alt text and description render correctly in README.

Semantic version impact

  • Patch (docs-only).

Written for commit f2920fe. Summary will update on new commits.

@sagodi97 sagodi97 requested a review from jasonsaayman as a code owner May 6, 2026 14:57

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

@jasonsaayman jasonsaayman added priority::medium A medium priority commit::docs The PR is related to docs labels May 6, 2026
@sagodi97 sagodi97 force-pushed the docs/fix-buzzoid-sponsor-description branch from e559395 to 454474a Compare May 6, 2026 15:28
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
@sagodi97 sagodi97 force-pushed the docs/fix-buzzoid-sponsor-description branch from 454474a to f2920fe Compare May 6, 2026 15:55
@jasonsaayman jasonsaayman merged commit e482675 into axios:v1.x May 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

commit::docs The PR is related to docs priority::medium A medium priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(readme): Buzzoid sponsor description is incorrect (shows Requestly's copy, not Buzzoid's)

2 participants