Fix link to Discourse.org homepage in noscript section (#699)

This commit is contained in:
Tom Richards 2016-12-04 23:25:52 -05:00 committed by Michael Rose
parent 9e5f459800
commit 86c2fb49dc

View file

@ -9,5 +9,5 @@
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);
})();
</script>
<noscript>Please enable JavaScript to view the comments powered by [Discourse](http://forum.beta-europe.org/c/beta/website).</a></noscript>
{% endif %}
<noscript>Please enable JavaScript to view the comments powered by <a href="https://www.discourse.org/">Discourse.</a></noscript>
{% endif %}