From 1f4c517f45776ff9152944f206ba470296140c0c Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 21 Jul 2004 14:22:48 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20du=20lien=20vers=20l'aide=20en=20ligne?= =?UTF-8?q?=20L'aide=20en=20ligne=20est=20d=E9sormais=20sous=20forme=20de?= =?UTF-8?q?=20wiki?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 7803de1a8f5..b758d1fc098 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -623,7 +623,7 @@ Function left_menu($menu, $help_url='', $form_search='', $author='') if (strlen($help_url) > 0) { print '
'; - define('MAIN_AIDE_URL','http://www.dolibarr.com/documentation/dolibarr-user.html'); + define('MAIN_AIDE_URL','http://www.dolibarr.com/wikidev/index.php'); print 'Aide
'; } /*