Skip to content

fix(docs): repair broken Discord badge in README - #204

Open
danilaverbena wants to merge 1 commit into
genlayerlabs:v2-devfrom
danilaverbena:fix/readme-discord-badge-host
Open

fix(docs): repair broken Discord badge in README#204
danilaverbena wants to merge 1 commit into
genlayerlabs:v2-devfrom
danilaverbena:fix/readme-discord-badge-host

Conversation

@danilaverbena

@danilaverbena danilaverbena commented Aug 1, 2026

Copy link
Copy Markdown

Problem

The Discord badge points at dcbadge.vercel.app, which no longer serves badges — the request returns HTTP 404, so the badge renders as a broken image:

404  https://dcbadge.vercel.app/api/server/8Jm4v89VAu?compact=true&style=flat

The project moved to dcbadge.limes.pink, which keeps the exact same API path and query parameters:

200  https://dcbadge.limes.pink/api/server/8Jm4v89VAu?compact=true&style=flat

(The old host answers 404 to any user agent; the new host returns 200 — it does reject some non-browser agents with 403, which is why a naive checker can miss it.)

Fix

Swap the host, nothing else — same path, same query string, so the badge renders exactly as before:

-[![Discord](https://dcbadge.vercel.app/api/server/8Jm4v89VAu?compact=true&style=flat)](...)
+[![Discord](https://dcbadge.limes.pink/api/server/8Jm4v89VAu?compact=true&style=flat)](...)

The Discord invite link itself is untouched.

Docs-only, one line.

Summary by CodeRabbit

  • Documentation
    • Updated the Discord badge image used in the README.
    • The existing Discord link remains unchanged.

dcbadge.vercel.app returns 404 and no longer serves badges, leaving a broken
image in the README. The service moved to dcbadge.limes.pink, which keeps the
same API path and query parameters, so this is a host-only swap.
@github-actions
github-actions Bot changed the base branch from main to v2-dev August 1, 2026 18:37
@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

This PR targeted main, which is only the default/static branch.

I retargeted it to v2-dev, the active development branch. Pushes to v2-dev automatically fast-forward main.

@coderabbitai

coderabbitai Bot commented Aug 1, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 201a7d3c-0c3c-4f13-b4bf-f97218866011

📥 Commits

Reviewing files that changed from the base of the PR and between 1b7f50a and 8612f32.

📒 Files selected for processing (1)
  • README.md

📝 Walkthrough

Walkthrough

The README Discord badge now uses dcbadge.limes.pink instead of dcbadge.vercel.app. The Discord destination link and display parameters remain unchanged.

Changes

Discord badge update

Layer / File(s) Summary
Update Discord badge reference
README.md
The badge image URL uses dcbadge.limes.pink. The destination link and display parameters remain unchanged.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: muncleuscles

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description explains the problem, fix, validation, and scope, but it omits most template sections and checklist items. Add the required template sections, including issue reference, testing done, decisions, checks, reviewing tips, and user-facing release notes.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely identifies the README Discord badge fix.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

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