Product Archive Template - Statue of Unity Tent City-1
jQuery(document).ready(function(){
var url = jQuery('.breadcrumb li:eq(1) a').attr('href');
url = url.replace(/<\/?li>/g, '/');
console.log(url);
jQuery('.breadcrumb li:eq(1) a').attr('href',url);
});