Thankyou @nik202 , i have figured it out. The problem was with the front end [html, angular]. I had to make changes in the way i send my output through the dispatcher.
Changed it this way: →
dispatcher.utter_message("<a href'"+ urls_list[i]+ "'> Click here to open the link</a>")
This has worked for me