]> gitweb.factorcode.org Git - factor.git/commitdiff
help: switch IRC links to Discord change-the-chat-url 2770/head
authorBenjamin Pollack <benjamin@bitquabit.com>
Thu, 9 Mar 2023 21:44:14 +0000 (16:44 -0500)
committerBenjamin Pollack <benjamin@bitquabit.com>
Mon, 13 Mar 2023 14:07:47 +0000 (10:07 -0400)
The IRC server, while it still exists, has extremely low traffic, and isn't
reliably checked by the developers.  This switches those references to
instead be our Discord, which is quite active.

README.md
basis/help/tips/tips-docs.factor

index f69589aa048950de49b2eb052f1ea948500301ef..bda7efdf6693a4158dc8a1ff55605708075b7059 100644 (file)
--- a/README.md
+++ b/README.md
@@ -156,14 +156,12 @@ Then subsequent fetches will automatically update any replace objects.
 
 ## Community
 
-Factor developers used to meet in the `#concatenative` channel on
-[irc.libera.chat](http://libera.chat). Drop by if you want to discuss
-anything related to Factor or language design in general.
+Factor developers are quite active in [the Factor Discord server](https://discord.gg/QxJYZx3QDf).
+Drop by if you want to discuss anything related to Factor or language design in general.
 
 * [Factor homepage](https://factorcode.org)
 * [Concatenative languages wiki](https://concatenative.org)
 * [Join the mailing list](https://concatenative.org/wiki/view/Factor/Mailing%20list)
-* [Join the Factor Discord](http://discord.gg/QxJYZx3QDf)
 * Search for "factorcode" on [Gitter](https://gitter.im/)
 
 Have fun!
index 396bbff6fb10efde136e999794cc97918c321b85..1e2838236d9297b523e056bab8ea1b6f6750b919 100644 (file)
@@ -11,7 +11,7 @@ TIP: "Learn to use " { $link "editor" } " to be able to jump to the source code
 
 TIP: "Check out " { $url "https://concatenative.org/wiki/view/Factor/FAQ" } " to get answers to frequently-asked questions." ;
 
-TIP: "Drop by the " { $snippet "#concatenative" } " IRC channel on " { $snippet "irc.libera.chat" } " some time." ;
+TIP: "Consider joining the Factor Discord server: " { $url "https://discord.gg/QxJYZx3QDf" } ". The developers are active and happy to help." ;
 
 TIP: "You can write documentation for your own code using the " { $link "help" } "." ;