[tor-commits] [tordnsel/master] Update more design doc links

arlo at torproject.org arlo at torproject.org
Wed Feb 3 17:59:53 UTC 2016


commit 60cf36913c0b409b2d8514d2ac40af19ec89cd2e
Author: Arlo Breault <arlolra at gmail.com>
Date:   Wed Feb 3 09:54:10 2016 -0800

    Update more design doc links
---
 src/TorDNSEL/DNS/Server/Internals.hs | 2 +-
 src/TorDNSEL/Main.hsc                | 2 +-
 src/tordnsel.hs                      | 2 +-
 tordnsel.cabal                       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/TorDNSEL/DNS/Server/Internals.hs b/src/TorDNSEL/DNS/Server/Internals.hs
index 87ad170..008af72 100644
--- a/src/TorDNSEL/DNS/Server/Internals.hs
+++ b/src/TorDNSEL/DNS/Server/Internals.hs
@@ -216,7 +216,7 @@ dropAuthZone (DomainName authZone) (DomainName name) =
 -- | Queries asking whether there's a Tor exit node at a specific IP address.
 data ExitListQuery
   -- |  Query type 1 from
-  -- <https://gitweb.torproject.org/tordnsel.git/blob/HEAD:/doc/torel-design.txt>
+  -- <https://gitweb.torproject.org/tordnsel.git/tree/doc/torel-design.txt>
   = IPPort
   { -- | The address of the candidate exit node.
     queryAddr :: {-# UNPACK #-} !HostAddress,
diff --git a/src/TorDNSEL/Main.hsc b/src/TorDNSEL/Main.hsc
index 609543f..5a76519 100644
--- a/src/TorDNSEL/Main.hsc
+++ b/src/TorDNSEL/Main.hsc
@@ -16,7 +16,7 @@
 -- Implements a DNSBL-style interface providing information about whether a
 -- client for a network service is likely connecting through a Tor exit node.
 --
--- See <https://gitweb.torproject.org/tordnsel.git/blob/HEAD:/doc/torel-design.txt> for
+-- See <https://gitweb.torproject.org/tordnsel.git/tree/doc/torel-design.txt> for
 -- details.
 --
 -----------------------------------------------------------------------------
diff --git a/src/tordnsel.hs b/src/tordnsel.hs
index 6218d89..d3f76da 100644
--- a/src/tordnsel.hs
+++ b/src/tordnsel.hs
@@ -11,7 +11,7 @@
 -- Implements a DNSBL-style interface providing information about whether a
 -- client for a network service is likely connecting through a Tor exit node.
 --
--- See <https://gitweb.torproject.org/tordnsel.git/blob/HEAD:/doc/torel-design.txt> for
+-- See <https://gitweb.torproject.org/tordnsel.git/tree/doc/torel-design.txt> for
 -- details.
 --
 -----------------------------------------------------------------------------
diff --git a/tordnsel.cabal b/tordnsel.cabal
index 243e026..8780326 100644
--- a/tordnsel.cabal
+++ b/tordnsel.cabal
@@ -3,7 +3,7 @@ Version:         0.1.1-dev
 Synopsis:        provides a DNSBL-style interface for detecting Tor exit nodes
 Description:     TorDNSEL implements a design for a DNSBL-style interface for
   detecting connections exiting the Tor network. This design and its rationale
-  is described at <https://gitweb.torproject.org/tordnsel.git/blob/HEAD:/doc/torel-design.txt>.
+  is described at <https://gitweb.torproject.org/tordnsel.git/tree/doc/torel-design.txt>.
 License:         PublicDomain
 License-File:    LICENSE
 Homepage:        http://p56soo2ibjkx23xo.onion/



More information about the tor-commits mailing list