From 8b940efa038ce3cbd35dd106425b32fcbad5d709 Mon Sep 17 00:00:00 2001 From: Leonhard Reichenbach Date: Wed, 29 Mar 2023 13:06:50 +0200 Subject: [PATCH] Make self-subscribing easier --- src/function.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/function.go b/src/function.go index 75d03a8..09a8ae1 100644 --- a/src/function.go +++ b/src/function.go @@ -129,7 +129,7 @@ func Coffee(writer http.ResponseWriter, request *http.Request) { reply.Text += name + " " } - reply.Text += "| [get tagged by bot](https://e-groups.cern.ch/e-groups/Egroup.do?egroupId=10542497)" + reply.Text += "| [get tagged by bot](https://e-groups.cern.ch/e-groups/EgroupsSubscription.do?egroupId=10542497)" url, ok := os.LookupEnv("GITHUB_URL") if ok {