diff --git a/application/core/LsDefaultDataSets.php b/application/core/LsDefaultDataSets.php index ac59201a58e..6f53689892d 100644 --- a/application/core/LsDefaultDataSets.php +++ b/application/core/LsDefaultDataSets.php @@ -147,7 +147,7 @@ public static function getBoxesData() $returnArray[] = ['position' => 2, 'url' => 'admin/survey/sa/listsurveys', 'title' => gT('List surveys'), 'ico' => 'icon-list', 'desc' => gT('List available surveys'), 'page' => 'welcome', 'usergroup' => '-1']; $returnArray[] = ['position' => 3, 'url' => 'admin/globalsettings', 'title' => gT('Global settings'), 'ico' => 'icon-settings', 'desc' => gT('Edit global settings'), 'page' => 'welcome', 'usergroup' => '-2']; $returnArray[] = ['position' => 4, 'url' => 'admin/update', 'title' => gT('ComfortUpdate'), 'ico' => 'icon-shield', 'desc' => gT('Stay safe and up to date'), 'page' => 'welcome', 'usergroup' => '-2']; - $returnArray[] = ['position' => 5, 'url' => 'https://www.limesurvey.org/limestore', 'title' => 'LimeStore', 'ico' => 'fa fa-cart-plus', 'desc' => gT('LimeSurvey extension marketplace'), 'page' => 'welcome', 'usergroup' => '-2']; + $returnArray[] = ['position' => 5, 'url' => 'https://acccount.limesurvey.org/limestore', 'title' => 'LimeStore', 'ico' => 'fa fa-cart-plus', 'desc' => gT('LimeSurvey extension marketplace'), 'page' => 'welcome', 'usergroup' => '-2']; $returnArray[] = ['position' => 6, 'url' => 'admin/themeoptions', 'title' => gT('Themes'), 'ico' => 'icon-templates', 'desc' => gT('Themes'), 'page' => 'welcome', 'usergroup' => '-2']; App()->setLanguage($sOldLanguage); diff --git a/application/helpers/update/updatedb_helper.php b/application/helpers/update/updatedb_helper.php index d7f7370c428..cb070a03b76 100644 --- a/application/helpers/update/updatedb_helper.php +++ b/application/helpers/update/updatedb_helper.php @@ -2385,7 +2385,7 @@ function db_upgrade_all($iOldDBVersion, $bSilent = false) 'title' => 'LimeStore', 'ico' => 'fa fa-cart-plus', 'desc' => 'LimeSurvey extension marketplace', - 'url' => 'https://www.limesurvey.org/limestore' + 'url' => 'https://account.limesurvey.org/limestore' ], 'id = 5' );