I am using class diagram and component diagram together where I am using JQeury plugin for creation of SVG.
I have created a link on component
1. component [MyComp1] as comp1 [[http://google.com]] - Works well on click on Chrome, Opera and IE as well.
2. component [MyComp2] as comp2 [[C:\Users\Nikhil\Desktop\PlantUml\jquery_plantuml\example.html]] - This does not work on click. Need to right click and open in new tab only then it works that too on Chrome and Opera. Right Click doesnot work on IE 11.
Any work around or fix for this? Am I missing anything here?