commit 3d9c8d1b865e59f06b67cab7e0c462898527faab Author: David Fifield david@bamsoftware.com Date: Tue Feb 24 19:22:20 2015 -0800
Fix gitweb links. --- firefox/components/main.js | 2 +- meek-client/meek-client.go | 2 +- meek-client/proxy.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/firefox/components/main.js b/firefox/components/main.js index 0ec6831..2ef26ec 100644 --- a/firefox/components/main.js +++ b/firefox/components/main.js @@ -163,7 +163,7 @@ MeekHTTPHelper.buildProxyInfo = function(spec) { // Using an HTTP proxy cannot provide effective obfuscation without such // a patched Firefox. // https://trac.torproject.org/projects/tor/ticket/12146 - // https://gitweb.torproject.org/tor-browser.git/commitdiff/e08b91c78d919f66dd5... + // https://gitweb.torproject.org/tor-browser.git/commit/?id=e08b91c78d919f66dd5... // https://bugzilla.mozilla.org/show_bug.cgi?id=1017769 // https://hg.mozilla.org/mozilla-central/rev/a1f6458800d4 return MeekHTTPHelper.proxyProtocolService.newProxyInfo("http", spec.host, spec.port, flags, 0xffffffff, null); diff --git a/meek-client/meek-client.go b/meek-client/meek-client.go index 280ab1b..7ac6eae 100644 --- a/meek-client/meek-client.go +++ b/meek-client/meek-client.go @@ -335,7 +335,7 @@ func checkProxyURL(u *url.URL) error { // HTTP proxy cannot provide effective obfuscation without such // a patched Firefox. // https://trac.torproject.org/projects/tor/ticket/12146 - // https://gitweb.torproject.org/tor-browser.git/commitdiff/e08b91c78d919f66dd5... + // https://gitweb.torproject.org/tor-browser.git/commit/?id=e08b91c78d919f66dd5... // https://bugzilla.mozilla.org/show_bug.cgi?id=1017769 // https://hg.mozilla.org/mozilla-central/rev/a1f6458800d4 switch u.Scheme { diff --git a/meek-client/proxy.go b/meek-client/proxy.go index 8258413..9b7f27d 100644 --- a/meek-client/proxy.go +++ b/meek-client/proxy.go @@ -12,7 +12,7 @@ import "git.torproject.org/pluggable-transports/goptlib.git" // through the command line or the managed interface of proposal 232 // (TOR_PT_PROXY). // -// https://gitweb.torproject.org/torspec.git/blob/HEAD:/proposals/232-pluggable... +// https://gitweb.torproject.org/torspec.git/tree/proposals/232-pluggable-trans...
// Get the upstream proxy URL. Returns nil if no proxy is requested. The // function ensures that the Scheme and Host fields are set; i.e., that the URL