Replace Discord Server Invite with working one#147
Conversation
In the title - replaces the broken Discord Invite with the one in the documentation.
📝 WalkthroughWalkthroughREADME.md updates the Discord "questions and discussion" community link in the contribution guidance section from the old invite URL format to a new short invite URL, enabling clearer access to the community discussion channel. ChangesDocumentation
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.
Actionable comments posted: 1
🤖 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.
Inline comments:
In `@README.md`:
- Line 241: The README contains multiple Discord invite URLs that are
inconsistent; update all Discord links (the entries referenced around line 9,
line 20 and the existing link at line 241) to use the single canonical invite
URL https://discord.gg/m2fqzENapZ so every Discord reference points to the same
working invite; search for "Discord" or "discord.gg" in the README and replace
any differing invite URLs with that canonical URL to ensure consistency.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| 4. **Open a Pull Request** with a clear description of what you've changed and why. | ||
|
|
||
| For bug reports and feature requests, please use our [feedback portal](https://feedback.planetaryapp.us/bugs). For questions and discussion, join our [Discord server](https://discord.com/invite/ubGPWb3r). | ||
| For bug reports and feature requests, please use our [feedback portal](https://feedback.planetaryapp.us/bugs). For questions and discussion, join our [Discord server](https://discord.gg/m2fqzENapZ). |
There was a problem hiding this comment.
Standardize all Discord links to the same invite URL.
Nice fix on this line, but the README still has other Discord links with different invite URLs (Line 9 and Line 20). Please align them to this same working invite to avoid inconsistent/broken navigation.
Suggested README patch
- <a href="https://discord.gg/mWqdZmEkDc">
+ <a href="https://discord.gg/m2fqzENapZ">
...
- <a href="https://discord.com/invite/ubGPWb3r">Discord</a>
+ <a href="https://discord.gg/m2fqzENapZ">Discord</a>🤖 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 241, The README contains multiple Discord invite URLs that
are inconsistent; update all Discord links (the entries referenced around line
9, line 20 and the existing link at line 241) to use the single canonical invite
URL https://discord.gg/m2fqzENapZ so every Discord reference points to the same
working invite; search for "Discord" or "discord.gg" in the README and replace
any differing invite URLs with that canonical URL to ensure consistency.
In the title - replaces the broken Discord Invite in README with the one in the documentation.
Summary by CodeRabbit