tell people to fetch tor from git in a more secure way
Roger Dingledine

Roger Dingledine commited on 2012-02-07 15:37:07
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -266,7 +266,7 @@
266 266
         <li><a href="<gitrepo>">Browse the repository's source tree directly</a></li>
267 267
         <li>Git and SVN access:
268 268
           <ul>
269
-            <li><kbd>git clone git://git.torproject.org/git/tor</kbd></li>
269
+            <li><kbd>git clone https://git.torproject.org/git/tor</kbd></li>
270 270
             <li>The development branch is <kbd>master</kbd>.  The active maintenance branches are <kbd>maint-0.2.1</kbd> and <kbd>maint-0.2.2</kbd>.</li>
271 271
             <li><kbd>svn checkout https://svn.torproject.org/svn/website/trunk website</kbd></li>
272 272
           </ul>
273 273