Commit 6131577a authored by juga's avatar juga
Browse files

Replace tpo git repository URL by gitlab

since tpo gitweb and gitolite are going to be removed.

Closes team#307
parent 24d7c5b8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -245,16 +245,16 @@ Download
          % pip install stem-1.7.1.tar.gz

   * - .. image:: /_static/section/download/git.png
          :target: https://gitweb.torproject.org/stem.git
          :target: https://gitlab.torproject.org/tpo/network-health/stem.git

     - .. _source:
       .. image:: /_static/label/source_repository.png
          :target: https://gitweb.torproject.org/stem.git
          :target: https://gitlab.torproject.org/tpo/network-health/stem.git

       For those who want to live on the bleeding edge or contribute, you can
       download Stem's git repository with...

       ::

         % git clone https://git.torproject.org/stem.git
         % git clone https://gitlab.torproject.org/tpo/network-health/stem.git
+1 −1
Original line number Diff line number Diff line
@@ -587,7 +587,7 @@ help! I'm **atagar** on `oftc <http://www.oftc.net/>`_ and also available
To start hacking on Stem please do the following and don't hesitate to let me
know if you get stuck or would like to discuss anything!

#. Clone our `git <http://git-scm.com/>`_ repository: **git clone https://git.torproject.org/stem.git**
#. Clone our `git <http://git-scm.com/>`_ repository: **git clone https://gitlab.torproject.org/tpo/network-health/stem.git**
#. Get our test dependencies: **sudo pip install mock pyflakes pycodestyle mypy**.
#. Find a `bug or feature <https://github.com/torproject/stem/issues/>`_ that sounds interesting.
#. When you have something that you would like to contribute back do the following...