From ef480eb9c94eef94ff71dc2ca01a33b3edb07176 Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Wed, 20 May 2020 12:15:09 -0400 Subject: [PATCH] Fixing bad FAQ link in LT interface --- airtime_mvc/application/configs/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/configs/constants.php b/airtime_mvc/application/configs/constants.php index 30901efb0..a88e1f8ed 100644 --- a/airtime_mvc/application/configs/constants.php +++ b/airtime_mvc/application/configs/constants.php @@ -15,7 +15,7 @@ define('SUPPORT_ADDRESS' , 'https://discourse.libretime.org/'); define("AIRTIMEPRO_API_URL", "https://account.example.com:5001/api/"); define('HELP_URL' , 'https://discourse.libretime.org/'); -define('FAQ_URL' , 'http://libretime.org/faq/'); +define('FAQ_URL' , 'http://libretime.org/faq'); define('WHOS_USING_URL' , 'https://github.com/orgs/LibreTime/people'); define('TERMS_AND_CONDITIONS_URL' , 'https://github.com/LibreTime/libretime/blob/master/README.md'); define('PRIVACY_POLICY_URL' , 'https://github.com/LibreTime/code-of-conduct/blob/master/CODE_OF_CONDUCT.md');