From ccc357591e0bc9dd30b12c29ce994904a259fc67 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Thu, 16 Mar 2023 07:09:28 +0000 Subject: [PATCH] fix SignupURL in stats --- stats/stats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats/stats.go b/stats/stats.go index 3a09a91..0f940d4 100644 --- a/stats/stats.go +++ b/stats/stats.go @@ -318,7 +318,7 @@ func Stats() (TildeData, error) { return TildeData{ Name: "tilde.town", URL: "https://tilde.town", - SignupURL: "https://cgi.tilde.town/users/signup", + SignupURL: "https://tilde.town/signup", WantUsers: true, AdminEmail: "root@tilde.town", Description: description,