Typical check and show acf function. Only the field it is checking is inside of a link.
<?php if( get_field('link') ): ?> <li><a href="<?php the_field('link'); ?>" target="_blank">On Campus Program</a></li> <?php endif; ?>