commit c2f4661aa40399efa2d6a596a219cabbd73acae8 Author: Philipp Winter phw@nymity.ch Date: Tue Jul 7 09:19:01 2020 -0700
Remove coverage and pypi link; update Travis CI.
Our Travis CI link still pointed to sysrqb's profile. This commit updates the link to use phw's profile. I'm also removing the (outdated) pypi and coverage links.
This fixes tpo/anti-censorship/bridgedb#40002. --- README.rst | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/README.rst b/README.rst index 51eff40..a06c2cd 100644 --- a/README.rst +++ b/README.rst @@ -1,20 +1,14 @@ -********************************************************** -BridgeDB |Latest Version| |Build Status| |Coverage Status| -********************************************************** +*********************** +BridgeDB |Build Status| +***********************
BridgeDB is a collection of backend servers used to distribute `Tor Bridges https://www.torproject.org/docs/bridges`__. Currently, it mainly consists of a webserver with `an HTTPS interface https://bridges.torproject.org`__, `an email responder mailto:bridges@torproject.org`__, and an SQLite database.
-.. |Latest Version| image:: https://pypip.in/version/bridgedb/badge.svg?style=flat - :target: https://pypi.python.org/pypi/bridgedb/ -.. |Build Status| image:: https://travis-ci.org/sysrqbci/bridgedb.svg - :target: https://travis-ci.org/sysrqbci/bridgedb -.. |Coverage Status| image:: https://coveralls.io/repos/github/sysrqbci/bridgedb/badge.svg?branch=develop - :target: https://coveralls.io/github/sysrqbci/bridgedb?branch=develop - - +.. |Build Status| image:: https://travis-ci.org/NullHypothesis/bridgedb.svg?branch=master + :target: https://travis-ci.org/github/NullHypothesis/bridgedb
.. image:: doc/sphinx/source/_static/bay-bridge.jpg :scale: 80%
tor-commits@lists.torproject.org