Hi
Go to go to /html/mod_articles_category/triangle.php
Find
<a class="btn btn-primary btn-icon" href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($jacategory->id));?>"><?php echo JText::_('VIEW_ALL'); ?> <i class="fa fa fa-long-arrow-right"></i></a>
Replace it with
<a class="btn btn-primary btn-icon" href="http://joomlart.com"><?php echo JText::_('VIEW_ALL'); ?> <i class="fa fa fa-long-arrow-right"></i></a>
Now replace http://joomlart.com With your link.
For View all text
open /root folder of site/language/en-GB/en-GB.tpl_ja_decor.ini
Find and change the text
VIEW_ALL = "View all"
Regards