--- project.module	2005-09-29 20:19:02.528842500 -0700
+++ project.module	2005-09-29 20:15:33.872592500 -0700
@@ -362,7 +362,7 @@
       $project->body = check_output($node->teaser, $node->format);
 
       $project->links = array();
-      $project->links[] = l(t('Download'), $release->path);
+      $project->links[] = '<a href="' . $release->path . '">' . t('Download') . '</a>';
       $project->links[] = l(t('Find out more'), "node/$node->nid");
       if ($node->issues) {
         $project->links[] = l(t('Bugs and feature requests'), "project/issues/$node->nid");
