Fixing broken USER_MANUAL_URL
This commit is contained in:
parent
ef480eb9c9
commit
ff9f78b0f8
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue