Fix outdated Slack URL in README#180
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Android client repository’s README to replace an outdated Slack invite URL with the NetBird docs redirect URL that provides a current Slack invite.
Changes:
- Replaced the hard-coded
join.slack.comshared invite link withhttps://docs.netbird.io/slack-urlin the header badge link. - Replaced the same outdated Slack invite link in the “Join our Slack channel” text link.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📝 WalkthroughWalkthroughThe README's Slack invitation links are updated across two locations: the top header area and the "Start using NetBird" section. Both links are replaced from join.slack.com with a docs.netbird.io Slack channel link. ChangesSlack Channel Link Updates
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)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 |
|
thanks for the contribution @philippgille |
With the current link in the README, you're redirected to a page saying that the link is outdated:

Checking the
netbirdio/netbirdrepo, they're using a docs URL which forwards to a working Slack invite: https://github.com/netbirdio/netbird/blob/946ce4c3da24126ae34cc3b482277923863cbddb/README.md?plain=1#L16This PR updates the Android client repo README to use the same Slack link.
Summary by CodeRabbit