Skip to content

Commit

Permalink
Update URLs for new gitweb.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Fifield authored and isislovecruft committed Jun 2, 2015
1 parent a768c84 commit dea3d6c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions doc/proposals/XXX-bridgedb-database-improvements.txt
Expand Up @@ -240,9 +240,9 @@ Status: Open
[0]: https://bridges.torproject.org
mailto:bridges@bridges.torproject.org
[1]: See proposals 199-bridgefinder-integration.txt at
https://gitweb.torproject.org/torspec.git/blob/HEAD:/proposals/199-bridgefinder-integration.txt
https://gitweb.torproject.org/torspec.git/tree/proposals/199-bridgefinder-integration.txt
[2]: See XXX-social-bridge-distribution.txt at
https://gitweb.torproject.org/user/isis/bridgedb.git/blob/refs/heads/feature/7520-social-dist-design:/doc/proposals/XXX-bridgedb-social-distribution.txt
https://gitweb.torproject.org/user/isis/bridgedb.git/tree/doc/proposals/XXX-bridgedb-social-distribution.txt?h=feature/7520-social-dist-design
[3]: https://metrics.torproject.org/formats.html#descriptortypes
[4]: https://github.com/couchbase/couchbase-python-client#twisted-api
[5]: https://twistedmatrix.com/documents/current/api/twisted.protocols.memcache.MemCacheProtocol.html
Expand Down
2 changes: 1 addition & 1 deletion doc/proposals/XXX-bridgedb-social-distribution.txt
Expand Up @@ -481,7 +481,7 @@ Status: Draft
Proceedings of the twelfth annual ACM-SIAM symposium on Discrete algorithms.
Society for Industrial and Applied Mathematics, 2001.
http://www.wisdom.weizmann.ac.il/%7Enaor/PAPERS/eotp.ps
https://gitweb.torproject.org/user/isis/bridgedb.git/tree/refs/heads/feature/7520-social-dist-design:/doc/papers/naor2001efficient.pdf
https://gitweb.torproject.org/user/isis/bridgedb.git/tree/doc/papers/naor2001efficient.pdf?h=feature/7520-social-dist-design
[3]: https://crypto.stanford.edu/pbc/
http://repo.or.cz/r/pbc.git
[4]: https://www.gitorious.org/pypbc/pages/Documentation
Expand Down
2 changes: 1 addition & 1 deletion lib/bridgedb/Bridges.py
Expand Up @@ -63,7 +63,7 @@ class BridgeRingParameters(object):
:ivar list needFlags: List of two-tuples of desired flags_ assigned to a
Bridge by the Bridge DirAuth.
.. _flags: https://gitweb.torproject.org/torspec.git/blob/HEAD:/dir-spec.txt#l1696
.. _flags: https://gitweb.torproject.org/torspec.git/tree/dir-spec.txt#n1696
"""

def __init__(self, needPorts=[], needFlags=[]):
Expand Down
4 changes: 2 additions & 2 deletions lib/bridgedb/bridges.py
Expand Up @@ -109,7 +109,7 @@ def update(self, flags):
| "Valid" if the router has been 'validated'.
.. _dir-spec.txt:
https://gitweb.torproject.org/torspec.git/blob/7647f6d4d:/dir-spec.txt#l1603
https://gitweb.torproject.org/torspec.git/tree/dir-spec.txt?id=7647f6d4d#n1603
:param list flags: A list of strings containing each of the flags
parsed from the 's'-line.
Expand Down Expand Up @@ -223,7 +223,7 @@ class PluggableTransport(BridgeAddressBase):
additional specification.
.. _pt-spec.txt:
https://gitweb.torproject.org/torspec.git/blob/HEAD:/pt-spec.txt
https://gitweb.torproject.org/torspec.git/tree/pt-spec.txt
:type fingerprint: str
:ivar fingerprint: The uppercased, hexadecimal fingerprint of the identity
Expand Down
2 changes: 1 addition & 1 deletion lib/bridgedb/templates/base.html
Expand Up @@ -91,7 +91,7 @@ <h4>${_(strings.HELP[0])}</h4>
<a href="https://gitweb.torproject.org/bridgedb.git">
<i class="icon icon-large icon-code">&nbsp;${_("Source Code")}</i></a>
&nbsp; &middot; &nbsp;
<a href="https://gitweb.torproject.org/bridgedb.git/blob/HEAD:/CHANGELOG">
<a href="https://gitweb.torproject.org/bridgedb.git/tree/CHANGELOG">
<i class="icon icon-large icon-rocket">&nbsp;${_("Changelog")}</i></a>
&nbsp; &middot; &nbsp;
<a href="mailto:help@rt.torproject.org">
Expand Down
2 changes: 1 addition & 1 deletion lib/bridgedb/test/deprecated.py
Expand Up @@ -332,7 +332,7 @@ def __init__(self, bridge, methodname, address, port, argdict=None):
{'password': 'NEQGQYLUMUQGK5TFOJ4XI2DJNZTS4LRO'}
.. _pt-spec.txt:
https://gitweb.torproject.org/torspec.git/blob/HEAD:/pt-spec.txt
https://gitweb.torproject.org/torspec.git/tree/pt-spec.txt
"""
#XXX: assert are disabled with python -O
assert isinstance(bridge, Bridge)
Expand Down

0 comments on commit dea3d6c

Please sign in to comment.