Commit 443bb2c7 authored by Andrew Lewman's avatar Andrew Lewman
Browse files

Look at all of these places with the wrong url.


svn:r12266
parent a6bf7e8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line

Tor is an implementation of Onion Routing. You can read more
at http://tor.eff.org/
at https://www.torproject.org/
+3 −3
Original line number Diff line number Diff line
@@ -199,13 +199,13 @@
@Misc{tor-spec,
   author =      {Roger Dingledine and Nick Mathewson},
   title =       {Tor Protocol Specifications},
   note =        {\url{http://tor.eff.org/svn/trunk/doc/tor-spec.txt}},
   note =        {\url{https://www.torproject.org/svn/trunk/doc/tor-spec.txt}},
}

@Misc{incentives-txt,
   author =      {Roger Dingledine and Nick Mathewson},
   title =       {Tor Incentives Design Brainstorms},
   note =        {\url{http://tor.eff.org/svn/trunk/doc/incentives.txt}},
   note =        {\url{https://www.torproject.org/svn/trunk/doc/incentives.txt}},
}

@InProceedings{BM:mixencrypt,
@@ -1134,7 +1134,7 @@
  booktitle = {Proceedings of the 13th USENIX Security Symposium},
  year = {2004},
  month = {August},
  note = {\url{http://tor.eff.org/tor-design.pdf}}
  note = {\url{https://www.torproject.org/tor-design.pdf}}
}

@inproceedings{flow-correlation04,
+2 −2
Original line number Diff line number Diff line
@@ -299,8 +299,8 @@ $Id$
  address.

  Example:
    C: MAPADDRESS 0.0.0.0=tor.eff.org 1.2.3.4=tor.freehaven.net
    S: 250-127.192.10.10=tor.eff.org
    C: MAPADDRESS 0.0.0.0=torproject.org 1.2.3.4=tor.freehaven.net
    S: 250-127.192.10.10=torproject.org
    S: 250 1.2.3.4=tor.freehaven.net

  {Note: This feature is designed to be used to help Tor-ify applications
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ $Id$

0. Overview and preliminaries

   Read http://tor.eff.org/doc/design-paper/tor-design.html#sec:rendezvous
   Read https://www.torproject.org/doc/design-paper/tor-design.html#sec:rendezvous
   before you read this specification. It will make more sense.

   Rendezvous points provide location-hidden services (server
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

<p>
This document is obsolete. See the new <a
href="http://tor.eff.org/documentation.html">Tor documentation</a> page.
href="https://www.torproject.org/documentation.html">Tor documentation</a> page.
</p>

</body>
Loading