Fix remaining help links

This commit is contained in:
Lucas Bickel 2018-02-04 14:20:36 +01:00
parent 25fbb56689
commit 23eb0fcf63
2 changed files with 7 additions and 6 deletions

View File

@ -59,9 +59,10 @@ $result = $r1 && $r2;
<h3 class="error">Looks like something went wrong!</h3>
<p>
Take a look at the checklist below for possible solutions. If you're tried the suggestions and are
still experiencing issues, come
<a href="https://forum.sourcefabric.org/">visit our forums</a>
or <a href="http://www.sourcefabric.org/en/airtime/manuals/">check out the manual</a>.
still experiencing issues, read the
<a href="https://github.com/LibreTime/libretime/releases">release notes</a>,
come <a href="https://discourse.libretime.org/">visit our discourse</a>
or, check <a href="http://www.libretime.org/">the website and main docs</a>.
</p>
<?php
} else {

View File

@ -10,11 +10,11 @@ define('COMPANY_NAME' , 'LibreTime Community');
define('COMPANY_SUFFIX' , '');
define('COMPANY_SITE' , 'libretime.org');
define('COMPANY_SITE_URL' , 'http://libretime.org');
define('SUPPORT_ADDRESS' , 'https://github.com/LibreTime/libretime/issues');
define('SUPPORT_ADDRESS' , 'https://discourse.libretime.org/');
define("AIRTIMEPRO_API_URL", "https://account.sourcefabric.com:5001/api/");
define("AIRTIMEPRO_API_URL", "https://account.example.com:5001/api/");
define('HELP_URL' , 'http://help.sourcefabric.org/');
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');