Well right now it is set to change the tab when you hover over the title. It would be great if it did that but also acted as an external or internal url link when you actually clicked on it. I assumed that if the module's title field did not have its contents stripped it could work that way. Meaning, if I enter a title as
<a href="somelink.com">Item 1</a>
,when output it is
<li id="126" class="gkTab gkTabs-1" data-animation="default">Item 1</li>
instead of
<li id="126" class="gkTab gkTabs-1" data-animation="default"><a href="somelink.com">Item 1</a></li>