From 9ea24a0e9b785e44480dc17a044cdf7b33783782 Mon Sep 17 00:00:00 2001 From: pushfoo <36696816+pushfoo@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:10:39 -0400 Subject: [PATCH] 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 --- CONTRIBUTORS | 1 + hints/port-modules.md | 2 +- terminal/src/Main.hs | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 86f7533b..63e86eb5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -5,3 +5,4 @@ lue (lue-bird) Allan Clark (allanderek) Gaute Berge (gauteab) Dimitri B. (BendingBender) +pushfoo diff --git a/hints/port-modules.md b/hints/port-modules.md index c91b62c7..ad86208b 100644 --- a/hints/port-modules.md +++ b/hints/port-modules.md @@ -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 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. diff --git a/terminal/src/Main.hs b/terminal/src/Main.hs index f69ecd51..b6cc0a14 100644 --- a/terminal/src/Main.hs +++ b/terminal/src/Main.hs @@ -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