Hi
You can try opening the file: /root/templates/ja_teline_v/html/layouts/joomla/content/intro/event.php
Look for this snippet of code which generates Venue:
<li itemprop="location">
<i class="fa fa-building"></i><?php echo $item->params->get('ctm_venue',''); ?>
</li>
change it to:
<li itemprop="url">
<i class="fa fa-building"></i><a href="<?php echo $item->params->get('ctm_venue',''); ?>"><?php echo $item->params->get('ctm_venue',''); ?></a>
</li>
Then in the Venue field in settings of event item, you add your desired URL there, for example: http://prntscr.com/8wyrdk