Fixing bad FAQ link in LT interface

This commit is contained in:
Zachary Klosko 2020-05-20 12:15:09 -04:00
parent 981e5d600c
commit ef480eb9c9
1 changed files with 1 additions and 1 deletions

View File

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