Fix link to user manual
This commit is contained in:
parent
f9a006e11b
commit
cfe3527b93
2
README
2
README
|
@ -43,7 +43,7 @@ For installation from git on Debian wheezy, run:
|
|||
|
||||
Quick links to our resources
|
||||
----------------------------
|
||||
User manuals: http://www.sourcefabric.org/en/airtime/manuals/
|
||||
User manual: http://sourcefabric.booktype.pro/airtime-25-for-broadcasters/
|
||||
Forums and mailing lists: http://forum.sourcefabric.org
|
||||
Bug tracker: http://dev.sourcefabric.org
|
||||
Source code: http://github.com/sourcefabric/Airtime
|
||||
|
|
|
@ -11,7 +11,7 @@ define('COMPANY_SITE_URL' , 'http://sourcefabric.org/');
|
|||
define('WHOS_USING_URL' , 'http://sourcefabric.org/en/airtime/whosusing');
|
||||
define('TERMS_AND_CONDITIONS_URL' , 'http://www.sourcefabric.org/en/about/policy/');
|
||||
define('PRIVACY_POLICY_URL' , 'http://www.sourcefabric.org/en/about/policy/');
|
||||
define('USER_MANUAL_URL' , 'http://www.sourcefabric.org/en/airtime/manuals/');
|
||||
define('USER_MANUAL_URL' , 'http://sourcefabric.booktype.pro/airtime-25-for-broadcasters/');
|
||||
|
||||
define('LICENSE_VERSION' , 'GNU AGPL v.3');
|
||||
define('LICENSE_URL' , 'http://www.gnu.org/licenses/agpl-3.0-standalone.html');
|
||||
|
|
|
@ -123,7 +123,7 @@ $pages = array(
|
|||
),
|
||||
array(
|
||||
'label' => _('User Manual'),
|
||||
'uri' => "http://www.sourcefabric.org/en/airtime/manuals/",
|
||||
'uri' => "http://sourcefabric.booktype.pro/airtime-25-for-broadcasters/",
|
||||
'target' => "_blank"
|
||||
),
|
||||
array(
|
||||
|
|
Loading…
Reference in New Issue