From 94dcc021fe8a5024efaad2ff2b678d8a4efab92a Mon Sep 17 00:00:00 2001 From: Daniel Duggin <46377670+danielduggin2@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:14:52 -0500 Subject: [PATCH] Updated about footer link in config.php --- frontend/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/config.php b/frontend/config.php index 0edc1c7..35c5310 100644 --- a/frontend/config.php +++ b/frontend/config.php @@ -50,7 +50,7 @@ // The array follows a title link structure: // "TITLE" => "LINK", $footerLinks = [ - "About" => "https://github.com/UTCWeb/utctiny#utctiny", + "About" => "https://utc.teamdynamix.com/TDClient/2717/Portal/Requests/ServiceDet?ID=50665", "Privacy" => "https://www.utc.edu/about/privacy", "Manage My Links" => "/admin/", ];