From ff9f78b0f83d0658a9e88ac526e06b44c71eeccd Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Wed, 20 May 2020 12:18:10 -0400 Subject: [PATCH] Fixing broken USER_MANUAL_URL --- airtime_mvc/application/configs/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/configs/constants.php b/airtime_mvc/application/configs/constants.php index a88e1f8ed..38232fb20 100644 --- a/airtime_mvc/application/configs/constants.php +++ b/airtime_mvc/application/configs/constants.php @@ -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');