--- vocabindex.view.inc	2008-09-25 11:28:10.000000000 +0200
+++ vocabindex.view.inc	2008-09-25 11:23:16.000000000 +0200
@@ -93,7 +93,7 @@ function vocabindex_cache_get($type, $id
  *   Type: string; The path at which the term can be viewed.
  */
 function vocabindex_term_get_path($tid) {
-  return drupal_get_path_alias(url('taxonomy/term/' . $tid));
+  return taxonomy_term_path(taxonomy_get_term($tid));
 }
 
 /**
