How do I get the permalink of a custom post type?

How about href="https://wordpress.stackexchange.com/questions/32014/<?php echo get_post_type_archive_link( $post_type ); ?>", where $post_type is your post type?

Further reading: Codex

Leave a Comment