Skip to content

Commit 30c862b

Browse files
authored
Merge pull request #249 from pushfoo/Replace-remaining-Zulip-references
Replace help text Zulip references with Discord
2 parents bd757da + f8e86a2 commit 30c862b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ lue (lue-bird)
55
Allan Clark (allanderek)
66
Gaute Berge (gauteab)
77
Dimitri B. (BendingBender)
8+
pushfoo

hints/port-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Our wager with the Gren package ecosystem is that it is better to get a package
2828

2929
Now this may not be the right choice for your particular project, and that is okay! We will be expanding our core libraries over time, as explained [here](https://github.com/gren-lang/projects/blob/master/roadmap.md#where-is-the-localstorage-package), and we hope you will circle back later to see if Gren has grown into a better fit!
3030

31-
If you have more questions about this choice or what it means for your application, please come ask in [the Gren zulip](https://gren.zulipchat.com/). Folks are friendly and happy to help out! Chances are that a `port` in your application will work great for your case once you learn more about how they are meant to be used.
31+
If you have more questions about this choice or what it means for your application, please come ask the Gren [Discord](https://discord.gg/J8aaGMfz). Folks are friendly and happy to help out! Chances are that a `port` in your application will work great for your case once you learn more about how they are meant to be used.

terminal/src/Main.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ outro =
6060
P.fillSep $
6161
map P.text $
6262
words
63-
"Be sure to ask on the Gren zulip if you run into trouble! Folks are friendly and\
64-
\ happy to help out. They hang out there because it is fun, so be kind to get the\
65-
\ best results!"
63+
"Be sure to ask on the Gren Discord (https://discord.gg/J8aaGMfz) if you run into trouble!\
64+
\ Folks are friendly and happy to help out. They hang out there because it is fun, so be kind\
65+
\ to get the best results!"
6666

6767
-- INIT
6868

0 commit comments

Comments
 (0)