commit 60e28b3672fedaf065e69ec92f03efc12f079a6d Author: sabita 35147757+sabitarao@users.noreply.github.com Date: Thu Sep 5 21:18:40 2019 +0530
Replace trademark faq links
Fixes 1 of 2 tasks in https://dip.torproject.org/web/tpo/issues/37 --- templates/macros/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/macros/footer.html b/templates/macros/footer.html index 90b9dfd..e3c90c8 100644 --- a/templates/macros/footer.html +++ b/templates/macros/footer.html @@ -1,3 +1,3 @@ {% macro render_faq() %} - <a href="https://www.torproject.org/docs/trademark-faq" target="_blank" class="text-primary text-light"><u>FAQ</u></a> + <a href="https://www.torproject.org/about/trademark/" target="_blank" class="text-primary text-light"><u>FAQ</u></a> {% endmacro %}
tor-commits@lists.torproject.org