chore: Update broken Community link in README.md#11
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughUpdated the README's Community link: replaced Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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)
236-236: Consider using a more stable domain for the long-term fix.The new URL has been verified to work correctly: it returns a 200 status and properly redirects to the Discord invite (
https://discord.com/invite/rJ8zGYJQj5), and the old URL is indeed broken (404). However, using theold.lingo.devsubdomain may signal temporary or legacy infrastructure. If this is intended as a permanent solution, consider whether a more stable domain (e.g., a direct shortener service likediscord.ggor the official community URL) would be better for long-term maintenance.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@README.md` at line 236, Update the Community link target to a stable, long-term URL instead of the temporary old.lingo.dev redirect: replace the link URL currently used in the "💬 [Community]" Markdown entry with the canonical Discord invite (for example https://discord.com/invite/rJ8zGYJQj5 or a discord.gg short link) so the README points directly to a stable domain rather than old.lingo.dev.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@README.md`:
- Line 236: Update the Community link target to a stable, long-term URL instead
of the temporary old.lingo.dev redirect: replace the link URL currently used in
the "💬 [Community]" Markdown entry with the canonical Discord invite (for
example https://discord.com/invite/rJ8zGYJQj5 or a discord.gg short link) so the
README points directly to a stable domain rather than old.lingo.dev.
Description
Brief description of the changes in this PR.
Type of Change
Testing
Checklist
Commit Message Format
Please ensure your commit messages follow the conventional commits format:
feat: add new featurefix: resolve bugdocs: update documentationstyle: format coderefactor: refactor codetest: add testschore: update dependenciesSummary by CodeRabbit