diff --git a/install-dev/langs/en/install.php b/install-dev/langs/en/install.php index 1ef5b32f2..082c26f8a 100644 --- a/install-dev/langs/en/install.php +++ b/install-dev/langs/en/install.php @@ -5,7 +5,7 @@ return array( 'documentation' => 'http://doc.prestashop.com/display/PS14/English+documentation', 'forum' => 'http://www.prestashop.com/forums/', 'blog' => 'http://www.prestashop.com/blog/', - 'support' => 'http://www.prestashop.com/', + 'support' => 'http://support.prestashop.com/en/', ), 'translations' => array( 'menu_welcome' => 'Welcome!', diff --git a/install-dev/langs/fr/install.php b/install-dev/langs/fr/install.php index 67d8b08fb..a25cc9d20 100644 --- a/install-dev/langs/fr/install.php +++ b/install-dev/langs/fr/install.php @@ -3,6 +3,7 @@ return array( 'informations' => array( 'phone' => '+33 (0)1.40.18.30.04', 'documentation' => 'http://doc.prestashop.com/pages/viewpage.action?pageId=2424836', + 'support' => 'http://support.prestashop.com/fr/', ), 'translations' => array( 'menu_welcome' => 'Bienvenue !',