--- colorbox_handler_field_colorbox.inc	2012-07-18 16:13:37.815925000 -0400
+++ colorbox_handler_field_colorbox_patched.inc	2012-07-18 15:58:44.103812000 -0400
@@ -150,7 +150,7 @@
     // Remove any parameters that aren't set.
     $link_options['query'] = array_filter($link_options['query']);
 
-    $link_tag = l($link_text, '', $link_options);
+    $link_tag = l($link_text, 'node/'.$values->nid, $link_options);
 
     // The outside div is there to hide all of the divs because if the specific Colorbox
     // div is hidden it won't show up as a Colorbox.
