Replace hijacked discord.gg/livepeer invite link - #994
Closed
rickstaa wants to merge 1 commit into
Closed
Conversation
The discord.gg/livepeer vanity slug was hijacked, so every Discord link in the docs pointed at a server Livepeer does not own. Both hijacked forms (discord.gg/livepeer and discord.com/invite/livepeer) now use the invite https://discord.gg/55SZFEEH5y, matching livepeer/website#94. Historical audit reports under tasks/reports and v2/internal/reports keep the old URLs since they record what was crawled at the time. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
📊 V2 Browser Sweep Results❌ Test report not found. The test may have failed before report generation.
|
Member
Author
|
Wrong base branch — reopened against |
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.
What happened
The
discord.gg/livepeervanity URL was hijacked — the server likely dropped below the boost count Discord requires to hold a custom vanity slug, and someone else claimed it. Every Discord link in these docs was sending readers to a server we don't control: the navbar Community anchor on all four nav variants, the footer social icon, the issue-template contact link, and ~90 content pages acrossv1/,v2/, and the localizedcn/es/frtrees.Follows up on livepeer/website#94, which fixed the same problem on livepeer.org.
What changed
All Discord references now point at
https://discord.gg/55SZFEEH5y. This covers both hijacked forms of the vanity URL (discord.gg/livepeeranddiscord.com/invite/livepeer):docs.json+docs.json.jsx— the Community nav anchor (4 nav variants) and the footer Discord social link, kept in syncsnippets/data/*/hrefs.jsx— the shared href tables for community, developers, gateways, and orchestrators.github/ISSUE_TEMPLATE/config.yml— the "Livepeer Discord" contact linkcontribute/CONTRIBUTING.mdx, snippet examples, andsnippets/assets/data/protocol-overview.htmlv1/,v2/, and thecn/es/frtranslationsllms-full.txtand thetasks/context_datasource files99 files, 184 replacements.
Deliberately not changed
Historical audit artifacts keep the old URLs, since they record what was crawled at the time rather than what we publish:
tasks/reports/navigation-links/LINK_TEST_REPORT.{json,md}tasks/reports/docs-usefulness/**/page-matrix.jsonltasks/reports/quality-accessibility/**/page-matrix.jsonlv2/internal/reports/navigation-links/v2-link-audit.mdVerification
git grep -E 'discord\.(gg/livepeer|com/invite/livepeer)'returns nothing outside those report artifactsdocs.jsonanddocs.json.jsxchanged together, so a regenerate won't reintroduce the old linkFor reviewers
55SZFEEH5yagainst the real server before merging — it is the code used by Replace hijacked discord.gg/livepeer invite link website#94.https://discord.com/invite/mnfGR4Fjhpandhttps://discord.livepeer.org/. Worth checking whether either redirects to the hijacked server.docs-v3branch already carries this fix for its own pages; this PR only touchesmain.🤖 Generated with Claude Code