Index: mlm.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mlm/mlm.inc,v
retrieving revision 1.6
diff -u -F^f -r1.6 mlm.inc
--- mlm.inc	24 Mar 2006 22:48:14 -0000	1.6
+++ mlm.inc	8 May 2006 23:03:42 -0000
@@ -80,7 +80,7 @@ function _mlm_node_form(&$node) {
   
   if (count($backends) == 0)  {
     drupal_set_message(t('No available list backends'), 'error');
-    echo theme('page', t('You must visit the <a href="admin/mlm/backends">backends configuration page</a> and enable one or more backends before you can create a list'));
+    echo theme('page', t('You must visit the <a href="/admin/mlm/backends">backends configuration page</a> and enable one or more backends before you can create a list'));
     exit;
   }
   
