--- vocabindex.install	2008-06-18 18:10:37.000000000 +0200
+++ vocabindex.install.new	2008-07-27 21:38:45.000000000 +0200
@@ -30,7 +30,7 @@
     vocabindex_create($vocs[$i]->vid);
   }
   
-  drupal_set_message(st('Vocabulary Index has been succesfully installed. Please proceed to <a href="!settings">the settings page</a> and <a href="!permissions">set up the permissions</a> to get started.', array('!settings' => url(_vocabindex_menu_paths('admin_settings')), '!permissions' => url('/admin/user/permissions', array('fragment' => 'module-vocabindex')))));
+  drupal_set_message(st('Vocabulary Index has been succesfully installed. Please proceed to <a href="!settings">the settings page</a> and <a href="!permissions">set up the permissions</a> to get started.', array('!settings' => url(_vocabindex_menu_paths('admin_settings')), '!permissions' => url('admin/user/permissions', array('fragment' => 'module-vocabindex')))));
   if(count(taxonomy_get_vocabularies()) == 0) {
     drupal_set_message(st('You have not yet got any vocabularies to create index pages for. You can create them at <a href="!link">the Taxonomy page</a>.', array('!link' => url(_vocabindex_menu_paths('taxonomy')))));
   }}
