You can do this as following:
But you need to use extra field groups. or you can search for link a,b,c url and replace where i just showed you.
Go to: templates -> puritty III -> html -> com_content -> category -> portfolio_item.php
And where it say:
<div class="thumbnail">
<a href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid)); ?>" title="">
Change this
<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid)); ?>
with this
<?php echo $attribs->get('portfolio-demo') ?>
or change to this, for article LINK A
<?php $urls = json_decode($this->item->urls); echo $urls->urla; ?>