fancy-agent opened a new pull request, #10483: URL: https://github.com/apache/rocketmq/pull/10483
### 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](https://rocketmq.apache.org/about/contact/) 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
