fix discord links#148
Conversation
not all discord links were changed in the last change, some were still broken, which were fixed in this commit
📝 WalkthroughWalkthroughThe PR updates the Discord community invite URL in the README from the old server link to a new invite endpoint. Both occurrences—in the top header navigation and the Contributing section—are updated consistently to ChangesDiscord Invite URL Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
README.md (1)
20-20: ⚡ Quick winUnify Discord invite URL format in the header block.
Line 20 now uses
discord.com/invite, but the badge link at Line 9 still usesdiscord.gg. Please align Line 9 to the samehttps://discord.com/invite/mWqdZmEkDcURL for consistency and to avoid relying on redirect behavior.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@README.md` at line 20, The README header has mismatched Discord URLs: update the badge link that currently points to "https://discord.gg/mWqdZmEkDc" so it matches the other usage by replacing it with "https://discord.com/invite/mWqdZmEkDc"; locate the badge link in the header block (the anchor tag containing the discord.gg URL) and change its href to the discord.com/invite form to ensure consistent, non-redirecting links.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@README.md`:
- Line 20: The README header has mismatched Discord URLs: update the badge link
that currently points to "https://discord.gg/mWqdZmEkDc" so it matches the other
usage by replacing it with "https://discord.com/invite/mWqdZmEkDc"; locate the
badge link in the header block (the anchor tag containing the discord.gg URL)
and change its href to the discord.com/invite form to ensure consistent,
non-redirecting links.
not all discord links were changed in the last change, some were still broken, which were fixed in this pr
Summary by CodeRabbit