[tor-commits] [tpo/staging] Fix "Edit this page" so it links to torproject/tpo

emmapeel at torproject.org emmapeel at torproject.org
Tue Oct 15 08:36:57 UTC 2019


commit c85db58f7b17e9bb663393e390676e64c02586e4
Author: RotationMatrix <52428419+RotationMatrix at users.noreply.github.com>
Date:   Wed Sep 4 13:32:40 2019 -0400

    Fix "Edit this page" so it links to torproject/tpo
---
 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 53c0065..8a2501f 100644
--- a/templates/macros/question.html
+++ b/templates/macros/question.html
@@ -11,7 +11,7 @@
       <ul class="list-group list-group-flush">
          <!--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/support/edit/master/content{{ item.path }}/contents.lr">{{ _("Edit this page") }}</a> -
+           <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="{{ item|url }}">{{ _("Permalink") }}</a>
           </li>





More information about the tor-commits mailing list