commit 1df99a25f79ac9088cf8500a190cbdaf7a641b50 Author: David Fifield david@bamsoftware.com Date: Mon Mar 14 10:24:15 2016 -0700
Use spec.torproject.org permalinks where possible. --- README | 2 +- pt.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README index c4ca377..7139b9e 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ goptlib is a library for writing Tor pluggable transports in Go.
-https://gitweb.torproject.org/torspec.git/tree/pt-spec.txt +https://spec.torproject.org/pt-spec https://gitweb.torproject.org/torspec.git/tree/proposals/196-transport-contr... https://gitweb.torproject.org/torspec.git/tree/proposals/217-ext-orport-auth...
diff --git a/pt.go b/pt.go index a838308..28e5bb7 100644 --- a/pt.go +++ b/pt.go @@ -117,7 +117,7 @@ // the example programs dummy-client and dummy-server. // // Tor pluggable transports specification: -// https://gitweb.torproject.org/torspec.git/tree/pt-spec.txt. +// https://spec.torproject.org/pt-spec // // Extended ORPort: // https://gitweb.torproject.org/torspec.git/tree/proposals/196-transport-contr....