From 53e60416fd7020479a063be8004f4a061a1fdeb7 Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Mon, 14 Nov 2022 12:35:55 -0800 Subject: [PATCH] Remove rocket chat Signed-off-by: Ry Jones --- CONTRIBUTING.md | 4 ++-- docs/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c19a8c595..853c5a229 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ In brief, if you want to contribute, create or find some `To Do` item, and assig ## 3. Questions and discussions -* [Chat](https://chat.hyperledger.org/channel/cello): technical discussions and questions, login with your LFID. +* [Chat](https://discord.gg/hyperledger): technical discussions and questions ## 4. Code Commit Steps @@ -98,7 +98,7 @@ docs % Notice you will get a GitHub PR url like `https://github.com/hyperledger/cello/pull/145`, open it and check the status. -After the ci checking passed, add [reviewers](https://wiki.hyperledger.org/projects/cello#contributors) to the reviewer list and also post the GitHub PR url in the [chat channel](https://chat.hyperledger.org/channel/cello). The patch will be merged into the `master` branch after passing the review, then mark the Jira item as `Done`. +After the ci checking passed, add [reviewers](https://wiki.hyperledger.org/projects/cello#contributors) to the reviewer list and also post the GitHub PR url in the chat channel. The patch will be merged into the `master` branch after passing the review, then mark the Jira item as `Done`. * If you need to refine the patch further as the reviewers may suggest, you can change on the same branch, and commit the new code with `git commit -a --amend`, and then use the `git review` command again. diff --git a/docs/index.md b/docs/index.md index 392aa0e21..73de1ea25 100644 --- a/docs/index.md +++ b/docs/index.md @@ -41,7 +41,7 @@ For additional helps, feel free to take the following channels: * [Wikipage](https://wiki.hyperledger.org/projects/cello): Lots of information and documentation about the project, e.g., meeting schedule, design doc. * [Mail List](mailto:hyperledger-cello@lists.hyperledger.org): General technical topics with Cello project. -* [RocketChat Room](https://chat.hyperledger.org/channel/cello): Real-time online discussions. +* [Discord](https://discord.gg/hyperledger): Real-time online discussions. * [Jira Board](https://jira.hyperledger.org/projects/CE/issues): Find development status, report bug, or help [contribute code](contributing.md). * [GitHub](https://github.com/hyperledger/cello): Development related code and patchsets, welcome to [contribute](contributing.md). * [Stack Overflow](https://stackoverflow.com/questions/tagged/hyperledger-cello): Stack overflow discussion questions about cello.