Skip to content

Commit 4320fc8

Browse files
committed
Update install documentation
1 parent 7669fa5 commit 4320fc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ You can either clone the public repository:
3232

3333
.. code-block:: console
3434
35-
$ git clone git://github.com/pganssle/variants
35+
$ git clone git://github.com/python-variants/variants
3636
3737
Or download the `tarball`_:
3838

3939
.. code-block:: console
4040
41-
$ curl -OL https://github.com/pganssle/variants/tarball/master
41+
$ curl -OL https://github.com/python-variants/variants/tarball/master
4242
4343
Once you have a copy of the source, you can install it with:
4444

@@ -47,5 +47,5 @@ Once you have a copy of the source, you can install it with:
4747
$ python setup.py install
4848
4949
50-
.. _Github repo: https://github.com/pganssle/variants
51-
.. _tarball: https://github.com/pganssle/variants/tarball/master
50+
.. _Github repo: https://github.com/python-variants/variants
51+
.. _tarball: https://github.com/python-variants/variants/tarball/master

0 commit comments

Comments
 (0)