Skip to content

docs: remove dead Slack invite link from README#10483

Open
fancy-agent wants to merge 1 commit into
apache:developfrom
fancy-agent:fix/readme-dead-slack-link
Open

docs: remove dead Slack invite link from README#10483
fancy-agent wants to merge 1 commit into
apache:developfrom
fancy-agent:fix/readme-dead-slack-link

Conversation

@fancy-agent

Copy link
Copy Markdown

Which Issue(s) This PR Fixes

Fixes #10482

Brief Description

The Learn it & Contact us list in README.md linked a Slack invite that is permanently dead:

* Slack: <https://rocketmq-invite-automation.herokuapp.com/>

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):

$ curl -sI -L https://rocketmq-invite-automation.herokuapp.com/   ->  HTTP/1.1 404 Not Found

# remaining contact links all return 200:
https://rocketmq.apache.org/about/contact/      200
https://rocketmq.apache.org                     200
https://rocketmq.apache.org/docs/quick-start/   200
https://stackoverflow.com/questions/tagged/rocketmq  200

Also confirmed via code search that the dead URL appears only once in the repo (README.md), so there is no leftover reference.

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 RockteMQ-AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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 RockteMQ-AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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 RockteMQ-AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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 RockteMQ-AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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 RockteMQ-AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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 RockteMQ-AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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 RockteMQ-AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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 RockteMQ-AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.01%. Comparing base (68cc743) to head (f0e6fba).
⚠️ Report is 6 commits behind head on develop.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Dead Slack invite link in README contact list (HTTP 404)

4 participants