Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): update links to discord #410

Merged
merged 1 commit into from
Apr 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<a href="./LICENSE"><img src="https://img.shields.io/github/license/accordproject/concerto?color=bright-green" alt="GitHub license"></a>
<a href="https://www.npmjs.com/package/@accordproject/concerto-cli"><img src="https://img.shields.io/npm/dm/@accordproject/concerto-cli" alt="downloads"></a>
<a href="https://badge.fury.io/js/%40accordproject%2Fconcerto-cli"><img src="https://badge.fury.io/js/%40accordproject%2Fconcerto-cli.svg" alt="npm version"></a>
<a href="https://accord-project-slack-signup.herokuapp.com/">
<img src="https://img.shields.io/badge/Accord%20Project-Join%20Slack-blue" alt="Join the Accord Project Slack"/>
<a href="https://discord.gg/Zm99SKhhtA">
<img src="https://img.shields.io/badge/Accord%20Project-Join%20Discord-blue" alt="Join the Accord Project Discord"/>
</a>
</p>

Expand Down Expand Up @@ -66,8 +66,8 @@ export CONCERTO_LOG_FOLDER_PATH="/tmp"
<a href="./LICENSE">
<img src="https://img.shields.io/github/license/accordproject/cicero?color=bright-green" alt="GitHub license">
</a>
<a href="https://accord-project-slack-signup.herokuapp.com/">
<img src="https://img.shields.io/badge/Accord%20Project-Join%20Slack-blue" alt="Join the Accord Project Slack"/>
<a href="https://discord.gg/Zm99SKhhtA/">
<img src="https://img.shields.io/badge/Accord%20Project-Join%20Discord-blue" alt="Join the Accord Project Discord"/>
</a>
</p>

Expand Down Expand Up @@ -115,4 +115,4 @@ Copyright 2018-2019 Clause, Inc. All trademarks are the property of their respec
[developers]: https://github.com/accordproject/concerto/blob/master/DEVELOPERS.md

[apache]: https://github.com/accordproject/concerto/blob/master/LICENSE
[creativecommons]: http://creativecommons.org/licenses/by/4.0/
[creativecommons]: http://creativecommons.org/licenses/by/4.0/
2 changes: 1 addition & 1 deletion contrib-notes/coding-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ We welcome contributions of new features. Please look over the github issues, sp

When you start working on new issue, please do the following:

- Use [slack](https://accord-project-slack-signup.herokuapp.com) to notify the community that you are planning to start _feature_ work and notify that the design has been placed in the GitHub issue
- Use [discord](https://discord.gg/Zm99SKhhtA) to notify the community that you are planning to start _feature_ work and notify that the design has been placed in the GitHub issue
- this is to ensure that there is a persistent record of what is happening
- At noteable points please join the weekly community call to share what you have done.

Expand Down