Removing link to nonexistant FAQ page
This commit is contained in:
parent
b6dee33852
commit
54999b71e2
|
@ -12,10 +12,7 @@ define('COMPANY_SITE' , 'libretime.org');
|
|||
define('COMPANY_SITE_URL' , 'http://libretime.org');
|
||||
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('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');
|
||||
|
|
|
@ -163,11 +163,6 @@ $pages[] = array(
|
|||
'action' => 'help',
|
||||
'resource' => 'dashboard'
|
||||
),
|
||||
array(
|
||||
'label' => _('FAQ'),
|
||||
'uri' => FAQ_URL,
|
||||
'target' => "_blank"
|
||||
),
|
||||
array(
|
||||
'label' => _('User Manual'),
|
||||
'uri' => USER_MANUAL_URL,
|
||||
|
|
Loading…
Reference in New Issue