[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] The public svn is now using https



Update of /home/or/cvsroot/website/en
In directory moria:/tmp/cvs-serv8114/en

Modified Files:
	documentation.wml 
Log Message:
The public svn is now using https

Index: documentation.wml
===================================================================
RCS file: /home/or/cvsroot/website/en/documentation.wml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -d -r1.16 -r1.17
--- documentation.wml	31 Jul 2006 05:54:43 -0000	1.16
+++ documentation.wml	16 Aug 2006 22:03:13 -0000	1.17
@@ -133,15 +133,15 @@ of anonymous communication systems.</li>
   Browse the Tor <b>source repository</b>: (which may not necessarily work or even compile)
   <ul>
     <li><a href="<svnsandbox>">Regularly updated SVN sandbox</a></li>
-    <li><a href="http://tor-svn.freehaven.net/svn/tor/trunk";>Browse the repository's source tree directly</a></li>
+    <li><a href="https://tor-svn.freehaven.net/svn/tor/trunk";>Browse the repository's source tree directly</a></li>
 # XXX FIXME - still points to cvs thing
     <li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/tor/?root=tor";>ViewCVS</a></li>
     <li><a href="http://archives.seul.org/or/cvs/";>Mailing list for commits</a></li>
     <li>anonymous <a href="http://subversion.tigris.org/";>subversion</a> access:
       <ul>
         <li>Make a new empty directory and cd into it.</li>
-        <li><kbd>svn checkout http://tor-svn.freehaven.net/svn/tor/trunk</kbd></li>
-        <li>(To check out the maintenance branch, use <kbd>svn checkout http://tor-svn.freehaven.net/svn/tor/branches/tor-0_1_1-patches</kbd>)</li>
+        <li><kbd>svn checkout https://tor-svn.freehaven.net/svn/tor/trunk</kbd></li>
+        <li>(To check out the maintenance branch, use <kbd>svn checkout https://tor-svn.freehaven.net/svn/tor/branches/tor-0_1_1-patches</kbd>)</li>
       </ul>
     </li>
   </ul>