commit a762becbaa4b3e75b1e42e782f4cd426b4e345e9 Author: David Fifield david@bamsoftware.com Date: Mon Apr 16 10:22:39 2018 -0700
Link to wiki page rather than github source code.
I'm intuiting that the purpose of linking to github was to show the README, not to link to the source code per se, so I changed the link to point to the wiki page rather than gitweb.torproject.org/....
https://bugs.torproject.org/23947#comment:15 --- proxy/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxy/static/index.html b/proxy/static/index.html index c78004f..8f0563d 100644 --- a/proxy/static/index.html +++ b/proxy/static/index.html @@ -25,7 +25,7 @@ textarea { <h1>Snowflake</h1>
<p> -<a href="https://github.com/keroserene/snowflake" target="_blank">Snowflake</a> +<a href="https://trac.torproject.org/projects/tor/wiki/doc/Snowflake" target="_blank">Snowflake</a> is a WebRTC pluggable transport for Tor. </p>
tor-commits@lists.torproject.org