Commit 95bd0831 authored by George Kadianakis's avatar George Kadianakis
Browse files

Switch onionbalance repo link from personal to the Tor network team.

parent 6ee0fbc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ load-balancing while also making onion services more resilient and reliable by
eliminating single points-of-failure.

- Latest release: |version| (:ref:`changelog`)
- Repository: https://gitlab.torproject.org/asn/onionbalance
- Repository: https://gitlab.torproject.org/tpo/core/onionbalance
- GitHub mirror: https://github.com/asn-d6/onionbalance/
- Issue tracker: https://github.com/asn-d6/onionbalance/issues
- PyPI: https://pypi.org/project/OnionBalance/
+2 −2
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ to get v3 support, otherwise you can obtain it via git:

.. code-block:: bash

   $ git clone https://gitlab.torproject.org/asn/onionbalance.git
   $ git clone https://gitlab.torproject.org/tpo/core/onionbalance.git
   $ cd onionbalance
   $ sudo python3 setup.py install
   # Let's create an onionbalance config file.
@@ -300,7 +300,7 @@ logging calmer by using the ``-v warning`` switch.
You can also setup a :ref:`status_socket` to monitor Onionbalance.

If you find bugs or do any quick bugfixes, please submit them over `Gitlab
<https://gitlab.torproject.org/asn/onionbalance>`_ or `Github
<https://gitlab.torproject.org/tpo/core/onionbalance>`_ or `Github
<https://github.com/asn-d6/onionbalance>`_!

Troubleshooting