[nyx/master] Drop OnionView from list of other UIs

commit afacdd8979003776ec088e9fb3d789ea7e03d363 Author: Damian Johnson <atagar@torproject.org> Date: Wed Aug 26 14:07:58 2020 -0700 Drop OnionView from list of other UIs OnionView's link is now a 404. Caught thanks to Julian. --- web/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/web/index.html b/web/index.html index 84632ef..4f8ce33 100644 --- a/web/index.html +++ b/web/index.html @@ -169,7 +169,6 @@ <li><a href="https://gitorious.org/syboa/syboa">Syboa</a> - General interface</li> <li><a href="https://github.com/neelchauhan/OnionLauncher">OnionLauncher</a> - Tor launcher</li> <li><a href="https://github.com/neelchauhan/TorNova">TorNova</a> - Tor launcher</li> - <li><a href="https://github.com/skyguy/onionview">OnionView</a> - Circuit information</li> <li><a href="https://git-tails.immerda.ch/onioncircuits/">OnionCircuits</a> - Circuit information</li> <li><a href="https://github.com/Yawning/or-applet">or-applet</a> - Circuit information</li> </ul>
participants (1)
-
atagar@torproject.org