Index: disqus.module
===================================================================
--- disqus.module	2010-03-19 07:11:14.000000000 -0400
+++ disqus.module	2010-03-23 11:14:23.000000000 -0400
@@ -410,6 +410,7 @@ function theme_disqus_comments_num($doma
       'attributes' => array(
         'class' => 'comments',
         'title' => t('Jump to the comments of this posting.'),
+        'rel' => url($path),
       ),
       'alias' => TRUE,
       'absolute' => TRUE,
Index: disqus.js
===================================================================
--- disqus.js	2009-08-27 19:40:14.000000000 -0400
+++ disqus.js	2010-03-23 11:15:50.000000000 -0400
@@ -9,6 +9,7 @@ Drupal.behaviors.disqus = function(conte
     var query = '?';
     jQuery("a[href$='#disqus_thread']").each(function(i) {
       query += 'url' + i + '=' + encodeURIComponent($(this).attr('href')) + '&';
+      $(this).attr('href', $(this).attr('rel') + '#disqus_thread');
     });
 
     // Make sure we are actually processing some links.
