Fixing broken USER_MANUAL_URL

This commit is contained in:
Zachary Klosko 2020-05-20 12:18:10 -04:00
parent ef480eb9c9
commit ff9f78b0f8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ 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');
define('USER_MANUAL_URL' , 'http://libretime.org/manual/');
define('USER_MANUAL_URL' , 'http://libretime.org/');
define('ABOUT_AIRTIME_URL' , 'http://libretime.org');
define('AIRTIME_TRANSIFEX_URL' , 'http://libretime.org/translating/');
define('LIBRETIME_DISCOURSE_URL' , 'https://discourse.libretime.org');