Change tender app URL to HTTP rather than HTTPS

This prevents Google chrome and others form not loading the "insecure
content" from my HTTP only server.
This commit is contained in:
Marcus Whybrow 2012-08-12 04:02:44 +01:00
parent 7b4922d428
commit b4fd3daba3

View File

@ -35,7 +35,7 @@
<li{% if page.tab == "overview" %} class="active"{% endif %}><a href="{{ site.baseurl }}/">Overview</a></li>
<li{% if page.tab == "blog" %} class="active"{% endif %}><a href="{{ site.baseurl }}/blog/">Blog</a></li>
<li{% if page.tab == "docs" %} class="active"{% endif %}><a href="{{ site.baseurl }}/docs/">Docs</a></li>
<li><a href="https://msm.tenderapp.com/">Support</a></li>
<li><a href="http://msm.tenderapp.com/">Support</a></li>
</ul>
</div>
</div>