Post Click Redirect to Custom URL instead of Single Post Page

For redirect to custom url you need to change post detail link to custom url. You simply remove post link and apply custom url.

<a href="https://wordpress.stackexchange.com/questions/353574/<?php echo get_field("link'); ?>"><?php the_title(); ?></a>

In my case “link” is custom url.