Change Permalink to Value of Custom Field

Use get_post_meta()

$url = get_post_meta($post->ID,'_url',true)
<li><a href="https://wordpress.stackexchange.com/questions/156103/<?php echo $url ?>" target="_blank" title="Click here to read more"><?php echo $useful_link_post->post_title; ?></a></li>