Skip to content

Commit fc75f16

Browse files
Replace Slack links with Discord (#102)
1 parent b0a041d commit fc75f16

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ blank_issues_enabled: false
22
contact_links:
33
- name: PureScript Discourse
44
url: https://discourse.purescript.org/
5-
about: Ask and answer questions here.
6-
- name: Functional Programming Slack
7-
url: https://functionalprogramming.slack.com
8-
about: For casual chat and questions (use https://fpchat-invite.herokuapp.com to join).
5+
about: Ask and answer questions on the PureScript discussion forum.
6+
- name: PureScript Discord
7+
url: https://discord.com/invite/sMqwYUbvz6/
8+
about: Ask and answer questions on the PureScript chat.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Left "An error occurred while decoding a JSON value:\n At object key 'age':\n
7979
If you get stuck, there are several ways to get help:
8080

8181
- [Open an issue](https://github.com/purescript-contrib/purescript-argonaut-codecs/issues) if you have encountered a bug or problem.
82-
- [Search or start a thread on the PureScript Discourse](https://discourse.purescript.org) if you have general questions. You can also ask questions in the `#purescript` and `#purescript-beginners` channels on the [Functional Programming Slack](https://functionalprogramming.slack.com) ([invite link](https://fpchat-invite.herokuapp.com/)).
82+
- Ask general questions on the [PureScript Discourse](https://discourse.purescript.org) forum or the [PureScript Discord](https://discord.com/invite/sMqwYUbvz6) chat.
8383

8484
## Contributing
8585

0 commit comments

Comments
 (0)