diff --git a/htdocs/admin/system/about.php b/htdocs/admin/system/about.php
index 3b2492fad65..a558a473957 100644
--- a/htdocs/admin/system/about.php
+++ b/htdocs/admin/system/about.php
@@ -100,8 +100,8 @@ print '';
print $langs->trans("Developpers").':';
print '
';
//print "
\n";
@@ -110,7 +110,7 @@ print $langs->trans("OtherInformations").':';
print '';
print $langs->trans("Demo").':';
print '';
print $langs->trans("ModulesMarketPlaces").':';
print '';
@@ -178,14 +178,14 @@ print '';
print $langs->trans("Foundation").':';
print '';
-$url='http://wiki.dolibarr.org/index.php/Subscribe';
-if (preg_match('/^fr_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Adh%C3%A9rer';
-if (preg_match('/^es_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Subscribirse';
+$url='https://wiki.dolibarr.org/index.php/Subscribe';
+if (preg_match('/^fr_/i',$langs->getDefaultLang())) $url='https://wiki.dolibarr.org/index.php/Adh%C3%A9rer';
+if (preg_match('/^es_/i',$langs->getDefaultLang())) $url='https://wiki.dolibarr.org/index.php/Subscribirse';
print '- '.$langs->trans("SubscribeToFoundation").'
';
-print '- FaceBook
';
-print '- Twitter
';
-print '- Google Plus page
';
+print '- FaceBook
';
+print '- Twitter
';
+print '- Google Plus page
';
print '
';
@@ -193,13 +193,13 @@ print '';
print $langs->trans("OtherResources").':';
print '';
-$url='http://saas.dolibarr.org'; $title=$langs->trans("OfficialWebHostingService");
-if (preg_match('/^fr_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Solutions_de_Cloud';
-if (preg_match('/^es_/i',$langs->getDefaultLang())) $url='http://wiki.dolibarr.org/index.php/Soluciones_en_la_Nube';
+$url='https://saas.dolibarr.org'; $title=$langs->trans("OfficialWebHostingService");
+if (preg_match('/^fr_/i',$langs->getDefaultLang())) $url='https://wiki.dolibarr.org/index.php/Solutions_de_Cloud';
+if (preg_match('/^es_/i',$langs->getDefaultLang())) $url='https://wiki.dolibarr.org/index.php/Soluciones_en_la_Nube';
print '- ';
print ''.$title.'';
print '
';
-$url='http://partners.dolibarr.org'; $title=$langs->trans("ReferencedPreferredPartners");
+$url='https://partners.dolibarr.org'; $title=$langs->trans("ReferencedPreferredPartners");
print '- ';
print ''.$title.'';
print '
';