Skip to content

Commit

Permalink
Merge pull request #249 from pushfoo/Replace-remaining-Zulip-references
Browse files Browse the repository at this point in the history
Replace help text Zulip references with Discord
  • Loading branch information
robinheghan authored Jun 20, 2024
2 parents bd757da + f8e86a2 commit 30c862b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ lue (lue-bird)
Allan Clark (allanderek)
Gaute Berge (gauteab)
Dimitri B. (BendingBender)
pushfoo
2 changes: 1 addition & 1 deletion hints/port-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Our wager with the Gren package ecosystem is that it is better to get a package

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!

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.
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.
6 changes: 3 additions & 3 deletions terminal/src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ outro =
P.fillSep $
map P.text $
words
"Be sure to ask on the Gren zulip if you run into trouble! Folks are friendly and\
\ happy to help out. They hang out there because it is fun, so be kind to get the\
\ best results!"
"Be sure to ask on the Gren Discord (https://discord.gg/J8aaGMfz) if you run into trouble!\
\ Folks are friendly and happy to help out. They hang out there because it is fun, so be kind\
\ to get the best results!"

-- INIT

Expand Down

0 comments on commit 30c862b

Please sign in to comment.