Skip to content

Commit 2075547

Browse files
committed
Merge pull request #407 from corro/patch-1
Fix GitHub links
2 parents dc69853 + ff45e5c commit 2075547

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/user/install.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ Get the Code
3838
------------
3939

4040
Beaver is actively developed on GitHub, where the code is
41-
`always available <https://github.com/python-beaver/beaver>`_.
41+
`always available <https://github.com/python-beaver/python-beaver>`_.
4242

4343
You can either clone the public repository::
4444

45-
git clone git://github.com/python-beaver/beaver.git
45+
git clone git://github.com/python-beaver/python-beaver.git
4646

47-
Download the `tarball <https://github.com/python-beaver/beaver/tarball/master>`_::
47+
Download the `tarball <https://github.com/python-beaver/python-beaver/tarball/master>`_::
4848

49-
$ curl -OL https://github.com/python-beaver/beaver/tarball/master
49+
$ curl -OL https://github.com/python-beaver/python-beaver/tarball/master
5050

51-
Or, download the `zipball <https://github.com/python-beaver/beaver/zipball/master>`_::
51+
Or, download the `zipball <https://github.com/python-beaver/python-beaver/zipball/master>`_::
5252

53-
$ curl -OL https://github.com/python-beaver/beaver/zipball/master
53+
$ curl -OL https://github.com/python-beaver/python-beaver/zipball/master
5454

5555

5656
Once you have a copy of the source, you can embed it in your Python package,

0 commit comments

Comments
 (0)