commit 775f4cb65208f1a50ed1963f77103ea3c6bf2c2c Author: gus gus@torproject.org Date: Wed Oct 20 10:22:11 2021 -0300
Fix #239 --- templates/press.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/press.html b/templates/press.html index 2ea49a82..5a07e169 100644 --- a/templates/press.html +++ b/templates/press.html @@ -9,7 +9,7 @@ <a class="h5 text-primary" href="https://support.torproject.org/" title="Tor Project Support Portal" target="_blank">{{ _('Visit our Support Portal') }}</a> </div> <div class="row pl-3 text-tpo"> - <a class="h5 text-primary" href="https://webchat.oftc.net/" title="Tor Project IRC" target="_blank">{{ _('Ask us on #tor') }}</a> + <a class="h5 text-primary" href="https://webchat.oftc.net/?channels=tor" title="Tor Project IRC" target="_blank">{{ _('Ask us on #tor') }}</a> </div> <div class="row pl-3 text-tpo"> <a class="h5 text-primary" href="http://lists.torproject.org/" title="Tor Project Mailing List" target="_blank">{{ _('Write to a mailing list') }}</a>
tor-commits@lists.torproject.org