Replace all other Zulip references throughout help text

* Replace Zulip with Discord in hints/port-modules.md

* Replace Zulip with Discord in terminal/src/Main.hs

* Homogenize line length in terminal/src/Main.hs help nudge text
This commit is contained in:
pushfoo 2024-06-20 09:10:39 -04:00
parent 497c4ffb50
commit 9ea24a0e9b
3 changed files with 5 additions and 4 deletions

View File

@ -5,3 +5,4 @@ lue (lue-bird)
Allan Clark (allanderek) Allan Clark (allanderek)
Gaute Berge (gauteab) Gaute Berge (gauteab)
Dimitri B. (BendingBender) Dimitri B. (BendingBender)
pushfoo

View File

@ -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! 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 in [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.

View File

@ -60,9 +60,9 @@ outro =
P.fillSep $ P.fillSep $
map P.text $ map P.text $
words words
"Be sure to ask on the Gren zulip if you run into trouble! Folks are friendly and\ "Be sure to ask on the Gren Discord (https://discord.gg/J8aaGMfz) if you run into trouble!\
\ happy to help out. They hang out there because it is fun, so be kind to get the\ Folks are friendly and happy to help out. They hang out there because it is fun, so be kind\
\ best results!" to get the best results!"
-- INIT -- INIT