commit 0dc1c2c7aaf8c7a62f6112e087646509305c1339 Author: sabita 35147757+sabitarao@users.noreply.github.com Date: Sat Sep 7 12:35:53 2019 +0530
Find and replace all links to "How to report bugs or feedback"
Fixes part of https://dip.torproject.org/web/support/issues/39 --- templates/macros/question.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/macros/question.html b/templates/macros/question.html index 1b5fa59..4de15ac 100644 --- a/templates/macros/question.html +++ b/templates/macros/question.html @@ -12,7 +12,7 @@ <!--li class="list-group-item"><a><span class="card-text text-muted">{{ _("Contributors to this page:") }} <a href="#" title="#">cypherpunk</a></span></li--> <li class="list-group-item"> <a href="https://github.com/torproject/tpo/edit/master/content{{ item.path }}/contents.lr">{{ _("Edit this page") }}</a> - - <a href="https://trac.torproject.org/projects/tor/wiki/doc/community/HowToReportBugFeedback">{{ _("Suggest Feedback") }}</a> - + <a href="https://support.torproject.org/misc/bug-or-feedback/">{{ _("Suggest Feedback") }}</a> - <a href="#{{ item._id }}" data-target="#{{ item._id }}">{{ _("Permalink") }}</a> </li> </ul>
tor-commits@lists.torproject.org