Skip to content

Commit 9f8743e

Browse files
author
jnappi
committed
Updating project URLs in more places
1 parent 519f7c6 commit 9f8743e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/install.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ Get the Code
2020
------------
2121

2222
dyn is actively developed on GitHub, the code is
23-
`always available <https://github.com/moogar0880/dyn-python>`_.
23+
`always available <https://github.com/dyninc/dyn-python>`_.
2424

2525
You can either clone the public repository::
2626

27-
git clone https://github.com/moogar0880/dyn-python.git
27+
git clone https://github.com/dyninc/dyn-python.git
2828

29-
Download the `tarball <https://github.com/moogar0880/dyn-python/tarball/master>`_::
29+
Download the `tarball <https://github.com/dyninc/dyn-python/tarball/master>`_::
3030

31-
$ curl -OL https://github.com/moogar0880/dyn-python/tarball/master
31+
$ curl -OL https://github.com/dyninc/dyn-python/tarball/master
3232

33-
Or, download the `zipball <https://github.com/moogar0880/dyn-python/zipball/master>`_::
33+
Or, download the `zipball <https://github.com/dyninc/dyn-python/zipball/master>`_::
3434

35-
$ curl -OL https://github.com/moogar0880/dyn-python/zipball/master
35+
$ curl -OL https://github.com/dyninc/dyn-python/zipball/master
3636

3737
Once you have a copy of the source, you can embed it in your Python package,
3838
or install it into your site-packages by running::

0 commit comments

Comments
 (0)