Index: sniff.logs.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/sniff/sniff.logs.inc,v
retrieving revision 1.2
diff -u -r1.2 sniff.logs.inc
--- sniff.logs.inc	18 Dec 2008 01:55:12 -0000	1.2
+++ sniff.logs.inc	4 Jun 2009 01:31:48 -0000
@@ -47,8 +47,8 @@
     $form['siteid'][$header->sid] = array('#value' => $header->siteid);
     $form['timestamp'][$header->sid] = array('#value' => _sniff_format_date($header->timestamp));
     $form['type'][$header->sid] = array('#value' => $header->type);
-    $form['variable'][$header->sid] = array('#value' => l($header->variable, 'admin/sniff/view/'.$header->sid));
-    $form['url'][$header->sid] = array('#value' => l($header->url, 'admin/sniff/view/'.$header->sid));
+    $form['variable'][$header->sid] = array('#value' => l($header->variable, 'sniff/view/'.$header->sid));
+    $form['url'][$header->sid] = array('#value' => l($header->url, 'sniff/view/'.$header->sid));
   }
   
   $form['pager'] = array('#value' => theme('pager', NULL, 50, 0));

