--- [your site]/sites/all/modules/views_bonus/views_bonus_tag_cloud.module	2007-12-06 11:15:02.000000000 -0500
+++ -	2007-12-06 11:15:16.000000000 -0500
@@ -49,6 +49,7 @@
 
 // same as tagadelic function but with smarter URL
 function theme_vbtg_weighted($terms, $url) {
+	$url = "taxonomy/term";
   foreach ($terms as $term) {
     $output .= l($term->name, "$url/$term->tid", array('class'=>"tagadelic level$term->tagadelic_weight")) ." \n";
   }
