[tor-commits] [metrics-web/master] Add links to Tor website.

karsten at torproject.org karsten at torproject.org
Tue Mar 14 11:31:20 UTC 2017


commit 89deff6696b608b47cb02efb37faaddf1aab3771
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Tue Mar 14 12:30:51 2017 +0100

    Add links to Tor website.
    
    Implements #7330.
---
 website/web/WEB-INF/bottom.jsp | 2 +-
 website/web/WEB-INF/index.jsp  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/web/WEB-INF/bottom.jsp b/website/web/WEB-INF/bottom.jsp
index efd7468..1ca6f3c 100644
--- a/website/web/WEB-INF/bottom.jsp
+++ b/website/web/WEB-INF/bottom.jsp
@@ -3,7 +3,7 @@
     <div class="container no-gutter">
       <div class="col-xs-6">
         <p>
-           © 2009–2017 The Tor Project
+           © 2009–2017 <a href="https://www.torproject.org/">The Tor Project</a>
         </p>
       </div>
       <div class="col-xs-6">
diff --git a/website/web/WEB-INF/index.jsp b/website/web/WEB-INF/index.jsp
index 5aff746..11217ea 100644
--- a/website/web/WEB-INF/index.jsp
+++ b/website/web/WEB-INF/index.jsp
@@ -15,7 +15,7 @@
   <div class="container">
     <h1>Welcome!</h1>
     <p>
-      What would you like to know about the Tor network?
+      What would you like to know about the <a href="https://www.torproject.org/">Tor</a> network?
     </p>
   </div>
 



More information about the tor-commits mailing list