Skip to content

Commit ff45e5c

Browse files
committed
Fix GitHub links
The project was renamed to 'python-beaver', but the links do not reflect that change.
1 parent dc69853 commit ff45e5c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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)