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');