diff --git a/_layouts/default.html b/_layouts/default.html
index 45dc3be..1efbbf3 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -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>