show all WordPress categories in a page

To get link to category use the function get_category_link (doc here).
Function get_permalink is intended for posts.

echo '<h2 class="podcast_h2"><a href="https://wordpress.stackexchange.com/questions/310553/" .get_category_link($category->term_id). "https://wordpress.stackexchange.com/questions/310553/"> '.$category->name.' </a></h2>'