From 955cde368bbebb2f372bc40ebcd99da31ac2e56f Mon Sep 17 00:00:00 2001 From: David Johnson Date: Sat, 13 Jan 2024 11:03:12 -0600 Subject: [PATCH] Update slack URL --- examples/haskell-miso.org/shared/Common.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/haskell-miso.org/shared/Common.hs b/examples/haskell-miso.org/shared/Common.hs index acf4027..0383748 100644 --- a/examples/haskell-miso.org/shared/Common.hs +++ b/examples/haskell-miso.org/shared/Common.hs @@ -72,7 +72,7 @@ community = template v ] ] [ text "community" ] , h2_ [ class_ "subtitle animated pulse" ] [ - a_ [ href_ "https://haskell-miso-slack.herokuapp.com/" + a_ [ href_ "https://join.slack.com/t/haskell-miso/shared_invite/zt-1w80x404h-AF2Be_BDQixNMadzadnUNg" , target_ "_blank" ] [ text "Slack" ]