How To Create Dynamic Permalink To Custom Taxonomy List of Current Posts?

Replace the line

<a href="https://wordpress.stackexchange.com/questions/328132/<?php the_permalink(); ?>">View All</a>

with

<a href="https://wordpress.stackexchange.com/questions/328132/<?php echo get_term_link($term,"series'); ?>">View All</a>

Reference: Codex Page