From 78ae71fc46c4bc250ce2ed9d9d33fa915f0ae23b Mon Sep 17 00:00:00 2001 From: "DESKTOP-T0O5CDB\\DESK-555BD" Date: Tue, 21 May 2024 15:41:05 -0600 Subject: [PATCH] Updated Sponsors File Path --- Helper/StaticHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Helper/StaticHelper.cs b/Helper/StaticHelper.cs index c2254c84..3c2fe3cc 100644 --- a/Helper/StaticHelper.cs +++ b/Helper/StaticHelper.cs @@ -14,7 +14,7 @@ public static class StaticHelper public static string GenericErrorMessage = "An error occurred, please try again later"; public static string ReminderEmailTemplate = "defaults/reminderemailtemplate.txt"; public static string DefaultAllowedFileExtensions = ".png,.jpg,.jpeg,.pdf,.xls,.xlsx,.docx"; - public static string SponsorsPath = "https://raw.githubusercontent.com/hargata/hargata/main/sponsors.json"; + public static string SponsorsPath = "https://hargata.github.io/hargata/sponsors.json"; public static string GetTitleCaseReminderUrgency(ReminderUrgency input) { switch (input)