I add a button in navbar_header.html
It looks like:
<div>
<ul>
<li><a href="mathlaunch.com/forum/">Forum</a></li>
<li><a class="active" href="http://www.mathlaunch.com/">Home</a></li>
</ul>
</div>
When I click a button (i.e. home), FireFox shows the connection link is
mathlaunch.com/forum/mathlaunch.com
How to remove prefix mathlaunch.com/forum, so that, href of Home button points to absolute link mathlaunch.com?
Thanks
.