[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [goptlib/master] Fix gitweb links.
commit 2ffc302c6c71148c0cc22b261dd2050f0ffa624e
Author: David Fifield <david@xxxxxxxxxxxxxxx>
Date: Tue Feb 24 19:11:31 2015 -0800
Fix gitweb links.
---
README | 6 +++---
pt.go | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README b/README
index f3ce5b3..ca771f8 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
goptlib is a library for writing Tor pluggable transports in Go.
-https://gitweb.torproject.org/torspec.git/blob/HEAD:/pt-spec.txt
-https://gitweb.torproject.org/torspec.git/blob/HEAD:/proposals/196-transport-control-ports.txt
-https://gitweb.torproject.org/torspec.git/blob/HEAD:/proposals/217-ext-orport-auth.txt
+https://gitweb.torproject.org/torspec.git/tree/pt-spec.txt
+https://gitweb.torproject.org/torspec.git/tree/proposals/196-transport-control-ports.txt
+https://gitweb.torproject.org/torspec.git/tree/proposals/217-ext-orport-auth.txt
To download a copy of the library into $GOPATH:
go get git.torproject.org/pluggable-transports/goptlib.git
diff --git a/pt.go b/pt.go
index b02b9c2..468440e 100644
--- a/pt.go
+++ b/pt.go
@@ -111,13 +111,13 @@
// the example programs dummy-client and dummy-server.
//
// Tor pluggable transports specification:
-// https://gitweb.torproject.org/torspec.git/blob/HEAD:/pt-spec.txt.
+// https://gitweb.torproject.org/torspec.git/tree/pt-spec.txt.
//
// Extended ORPort:
-// https://gitweb.torproject.org/torspec.git/blob/HEAD:/proposals/196-transport-control-ports.txt.
+// https://gitweb.torproject.org/torspec.git/tree/proposals/196-transport-control-ports.txt.
//
// Extended ORPort Authentication:
-// https://gitweb.torproject.org/torspec.git/blob/HEAD:/proposals/217-ext-orport-auth.txt.
+// https://gitweb.torproject.org/torspec.git/tree/proposals/217-ext-orport-auth.txt.
//
// The package implements a SOCKS4a server sufficient for a Tor client transport
// plugin.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits