edit your template file and change the href link to <?php echo get_permalink($gallery->pageid); ?> so it would look like <a class="Link" href="<?php echo get_permalink($gallery->pageid); ?>">
–Damon
I ran into this same issue. I came up with a solution. You can see it at my author page. Click here for the code for my wordpress author page.