Thanks man, right on spot!
Here’s how I made it so the link show the next/previous venue-title:
<div class="next-venue"><?php next_post_link( '%link', '%title' ); ?></div>
<div class="prev-venue"><?php previous_post_link( '%link', '%title' ); ?></div>
Love you;)