--- /modules/bittorrent/bt_torrent.module	2007-06-25 15:21:22.000000000 -0400
+++ /modules/bittorrent/bt_torrent.module	2007-06-25 20:19:00.000000000 -0400
@@ -315,7 +315,8 @@
  * @return The output for the browser
  */
 function theme_bt_torrent_link($node) {
-  $output = '<div class="torrent-link"><a href="/torrent/download/'. $node->nid .'">'. t('Download the Torrent') .'</a></div><br />';
+global $base_url; 
+$output = '<div class="torrent-link"><a href="' . $base_url . '/torrent/download/'. $node->nid .'">'. t('Download the Torrent') .'</a></div><br />';
   
   return $output;
 }
