From 87973d7b668fb57ac3708f364321a13c72f25fad Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Mon, 29 Aug 2016 17:01:36 -0500 Subject: [PATCH] chore: Switch out footer link for HabitRPG version --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 5b03d26791..c742eeef5f 100644 --- a/config.json.example +++ b/config.json.example @@ -77,6 +77,6 @@ }, "SLACK": { "FLAGGING_URL": "https://hooks.slack.com/services/id/id/id", - "FLAGGING_FOOTER_LINK": "https://crookedneighbor.github.io/flag-o-rama/" + "FLAGGING_FOOTER_LINK": "https://habitrpg.github.io/flag-o-rama/" } }