Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Contributions are welcome and appreciated. Whether you're fixing a bug, improvin
3. **Test** your changes locally before submitting.
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).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

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.


---

Expand Down
Loading