From 70084f107c265dc56bd7dc7a91a495133493d65a Mon Sep 17 00:00:00 2001 From: Eric Sadur <57730300+esadur@users.noreply.github.com> Date: Mon, 6 Jul 2020 11:15:00 -0700 Subject: [PATCH] changing license renewal link to point to new renewal webpage (#14907) Co-authored-by: Mattermod --- model/license.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/license.go b/model/license.go index 0504edc014..d849d2f365 100644 --- a/model/license.go +++ b/model/license.go @@ -13,7 +13,7 @@ const ( EXPIRED_LICENSE_ERROR = "api.license.add_license.expired.app_error" INVALID_LICENSE_ERROR = "api.license.add_license.invalid.app_error" LICENSE_GRACE_PERIOD = 1000 * 60 * 60 * 24 * 10 //10 days - LICENSE_RENEWAL_LINK = "https://licensing.mattermost.com/renew" + LICENSE_RENEWAL_LINK = "https://mattermost.com/renew/" ) type LicenseRecord struct {