docs: remove dead Slack invite link from README#10483
Conversation
The Slack invite link (rocketmq-invite-automation.herokuapp.com) returns HTTP 404 — the Heroku-hosted invite app is gone (Heroku retired free dynos in Nov 2022). The project site no longer lists Slack anywhere (home, docs, and the contact page have no Slack reference), so this removes the dead link to keep the contact list accurate. Signed-off-by: fancy-agent <fancyboi66@gmail.com>
RockteMQ-AI
left a comment
There was a problem hiding this comment.
Review: Approved ✅
PR: #10483 — Remove dead Slack invite link from README
Type: Documentation (1 file, +0/-1)
Assessment
Removes the permanently dead Slack invite link (Heroku app retired Nov 2022). Project website no longer references Slack.
Verdict
✅ Clean removal. Fixes #10482.
🤖 Automated review by oss-sentinel-ai
RockteMQ-AI
left a comment
There was a problem hiding this comment.
Review: Approved ✅
PR: #10483 — Remove dead Slack invite link from README
Type: Documentation (1 file, +0/-1)
Assessment
Removes the permanently dead Slack invite link (Heroku app retired Nov 2022). Project website no longer references Slack.
Verdict
✅ Clean removal. Fixes #10482.
🤖 Automated review by oss-sentinel-ai
RockteMQ-AI
left a comment
There was a problem hiding this comment.
Review: Approved ✅
PR: #10483 — Remove dead Slack invite link from README
Type: Documentation (1 file, +0/-1)
Assessment
Removes the permanently dead Slack invite link (Heroku app retired Nov 2022). Project website no longer references Slack.
Verdict
✅ Clean removal. Fixes #10482.
🤖 Automated review by oss-sentinel-ai
RockteMQ-AI
left a comment
There was a problem hiding this comment.
Review: Approved ✅
PR: #10483 — Remove dead Slack invite link from README
Type: Documentation (1 file, +0/-1)
Assessment
Removes the permanently dead Slack invite link (Heroku app retired Nov 2022). Project website no longer references Slack.
Verdict
✅ Clean removal. Fixes #10482.
🤖 Automated review by oss-sentinel-ai
RockteMQ-AI
left a comment
There was a problem hiding this comment.
Review: Approved ✅
PR: #10483 — Remove dead Slack invite link from README
Type: Documentation (1 file, +0/-1)
Assessment
Removes the permanently dead Slack invite link (Heroku app retired Nov 2022). Project website no longer references Slack.
Verdict
✅ Clean removal. Fixes #10482.
🤖 Automated review by oss-sentinel-ai
RockteMQ-AI
left a comment
There was a problem hiding this comment.
Review: Approved ✅
PR: #10483 — Remove dead Slack invite link from README
Type: Documentation (1 file, +0/-1)
Assessment
Removes the permanently dead Slack invite link (Heroku app retired Nov 2022). Project website no longer references Slack.
Verdict
✅ Clean removal. Fixes #10482.
🤖 Automated review by oss-sentinel-ai
RockteMQ-AI
left a comment
There was a problem hiding this comment.
Review: Approved ✅
PR: #10483 — Remove dead Slack invite link from README
Type: Documentation (1 file, +0/-1)
Assessment
Removes the permanently dead Slack invite link (Heroku app retired Nov 2022). Project website no longer references Slack.
Verdict
✅ Clean removal. Fixes #10482.
🤖 Automated review by oss-sentinel-ai
RockteMQ-AI
left a comment
There was a problem hiding this comment.
Review: Approved ✅
PR: #10483 — Remove dead Slack invite link from README
Type: Documentation (1 file, +0/-1)
Assessment
Removes the permanently dead Slack invite link (Heroku app retired Nov 2022). Project website no longer references Slack.
Verdict
✅ Clean removal. Fixes #10482.
🤖 Automated review by oss-sentinel-ai
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #10483 +/- ##
=============================================
- Coverage 48.16% 48.01% -0.16%
+ Complexity 13349 13295 -54
=============================================
Files 1377 1377
Lines 100656 100656
Branches 12996 12996
=============================================
- Hits 48482 48325 -157
- Misses 46251 46384 +133
- Partials 5923 5947 +24 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Which Issue(s) This PR Fixes
Fixes #10482
Brief Description
The Learn it & Contact us list in
README.mdlinked a Slack invite that is permanently dead:That URL returns HTTP 404 — it was a Heroku-hosted invite-automation app, and Heroku retired free dynos in November 2022, so the app is gone. The project website no longer advertises Slack anywhere (home, docs, and the contact page all have no Slack reference), so this removes the dead line to keep the contact list accurate instead of substituting a guessed/unverified URL. If maintainers have a current Slack channel they'd like listed, I'm happy to point it there instead.
This is a docs-only change: one line removed, the other five links in the list are untouched and live.
How Did You Test This Change?
Verified with
curl(via proxy):Also confirmed via code search that the dead URL appears only once in the repo (
README.md), so there is no leftover reference.