Skip to content

Commit 86c2fb4

Browse files
t-richardsmmistakes
authored andcommittedDec 5, 2016
Fix link to Discourse.org homepage in noscript section (mmistakes#699)
1 parent 9e5f459 commit 86c2fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎_includes/comments-providers/discourse.html

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

0 commit comments

Comments
 (0)
Please sign in to comment.