fix: replace invalid Discord invite link - #73
Merged
Conversation
The Discord invite https://discord.com/invite/vXzgts4fK returns an 'Invalid Invite' page (expired or no access). Replace it with the current community invite https://discord.gg/UgnuzaJKwc across all surfaces: the footer Contact Us / Follow Us links, the social icon row, the homepage 'Join Discord' CTA, and the contribute page. Signed-off-by: FenjuFu <fufenjupku@gmail.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Problem
The Discord invite currently used across the site —
https://discord.com/invite/vXzgts4fK— resolves to Discord's 邀请无效 / Invalid Invite page ("该邀请可能已过期,或者您没有权限加入 / This invite may be expired, or you might not have permission to join"). Visitors clicking "Join Discord" from the homepage, the footer, or the contribute page hit a dead end.Fix
Replace it with the current community invite
https://discord.gg/UgnuzaJKwcin every place the old invite appears:socialLinks)Notes
Grepped the whole
src/tree afterward — novXzgts4fKoccurrences remain. The project-specific Discord link in the SkillHub release blog post (discord.gg/qHYvtDNPHS) is a different, valid invite and was left untouched. Prettier clean on the touched files.