Skip to content

Commit 37fa3ab

Browse files
authored
docs: change outdated Slack link to a Discord one (#653)
1 parent ed7eefa commit 37fa3ab

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
There's lots to do, and we're working hard, so any help is welcome!
44

5-
- :speech_balloon: Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ)!
5+
- :speech_balloon: Join us on [Discord](https://discord.gg/DEVteTupPb)!
66

77
What can you do?
88

@@ -20,4 +20,4 @@ What can you do?
2020
- [Good first issues](https://github.com/danielgtaylor/python-betterproto/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
2121
- [Issues with tests](https://github.com/danielgtaylor/python-betterproto/issues?q=is%3Aissue+is%3Aopen+label%3A%22has+test%22)
2222
- New bugfix or idea
23-
- If you'd like to discuss your idea first, join us on Slack!
23+
- If you'd like to discuss your idea first, join us on Discord!

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
value: >
99
Thanks for taking the time to fill out a bug report!
1010
11-
If you're not sure it's a bug and you just have a question, the [community Slack channel](https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ) is a better place for general questions than a GitHub issue.
11+
If you're not sure it's a bug and you just have a question, the [community Discord channel](https://discord.gg/DEVteTupPb) is a better place for general questions than a GitHub issue.
1212
1313
- type: input
1414
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ name:
22
description:
33
contact_links:
44
- name: For questions about the library
5-
about: Support questions are better answered in our Slack group.
6-
url: https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ
5+
about: Support questions are better answered in our Discord group.
6+
url: https://discord.gg/DEVteTupPb

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ value3: str | int = 1
439439

440440
## Development
441441

442-
- _Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ)!_
442+
- _Join us on [Discord](https://discord.gg/DEVteTupPb)!_
443443
- _See how you can help → [Contributing](.github/CONTRIBUTING.md)_
444444

445445
### Requirements
@@ -575,7 +575,7 @@ protoc \
575575

576576
## Community
577577

578-
Join us on [Slack](https://join.slack.com/t/betterproto/shared_invite/zt-f0n0uolx-iN8gBNrkPxtKHTLpG3o1OQ)!
578+
Join us on [Discord](https://discord.gg/DEVteTupPb)!
579579

580580
## License
581581

0 commit comments

Comments
 (0)