diff --git a/airtime_mvc/application/models/Preference.php b/airtime_mvc/application/models/Preference.php index 82b29e387..2307b458a 100644 --- a/airtime_mvc/application/models/Preference.php +++ b/airtime_mvc/application/models/Preference.php @@ -530,7 +530,7 @@ class Application_Model_Preference public static function GetLatestLink(){ $link = self::GetValue("latest_link"); if($link == null || strlen($link) == 0) { - return "http://www.sourcefabric.org/en/airtime/download/"; + return 'http://airtime.sourcefabric.org'; } else { return $link; }