Skip to content

Commit 0344277

Browse files
committed
Migrating repo locations
1 parent f788e53 commit 0344277

5 files changed

Lines changed: 18 additions & 18 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to Python-Beaver
22

3-
[Beaver](https://github.com/josegonzalez/python-beaver) and want to get involved?
3+
[Beaver](https://github.com/python-beaver/python-beaver) and want to get involved?
44
Thanks! There are plenty of ways you can help!
55

66
Please take a moment to review this document in order to make the contribution
@@ -13,7 +13,7 @@ patches and features.
1313

1414
## Using the issue tracker
1515

16-
The [issue tracker](https://github.com/josegonzalez/python-beaver/issues) is
16+
The [issue tracker](https://github.com/python-beaver/python-beaver/issues) is
1717
the preferred channel for [bug reports](#bugs), [features requests](#features)
1818
and [submitting pull requests](#pull-requests).
1919

@@ -95,7 +95,7 @@ included in the project:
9595
# Navigate to the newly cloned directory
9696
cd python-beaver
9797
# Assign the original repo to a remote called "upstream"
98-
git remote add upstream https://github.com/josegonzalez/python-beaver.git
98+
git remote add upstream https://github.com/python-beaver/python-beaver.git
9999
```
100100

101101
2. If you cloned a while ago, get the latest changes from upstream:

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Beaver
33
======
44

5-
.. image:: https://travis-ci.org/josegonzalez/python-beaver.svg?branch=master
6-
:target: https://travis-ci.org/josegonzalez/python-beaver
5+
.. image:: https://travis-ci.org/python-beaver/python-beaver.svg?branch=master
6+
:target: https://travis-ci.org/python-beaver/python-beaver
77

8-
.. image:: https://coveralls.io/repos/josegonzalez/python-beaver/badge.svg?branch=master&service=github
9-
:target: https://coveralls.io/github/josegonzalez/python-beaver?branch=master
8+
.. image:: https://coveralls.io/repos/python-beaver/python-beaver/badge.svg?branch=master&service=github
9+
:target: https://coveralls.io/github/python-beaver/python-beaver?branch=master
1010

1111
python daemon that munches on logs and sends their contents to logstash
1212

@@ -23,7 +23,7 @@ Using PIP:
2323

2424
From Github::
2525

26-
pip install git+git://github.com/josegonzalez/python-beaver.git@36.0.0#egg=beaver
26+
pip install git+git://github.com/python-beaver/python-beaver.git@36.0.0#egg=beaver
2727

2828
From PyPI::
2929

@@ -40,7 +40,7 @@ You can also build the docs locally::
4040
pip install sphinx
4141

4242
# retrieve the repository
43-
git clone git://github.com/josegonzalez/beaver.git
43+
git clone git://github.com/python-beaver/beaver.git
4444

4545
# build the html output
4646
cd beaver/docs
@@ -51,7 +51,7 @@ HTML docs will be available in `beaver/docs/_build/html`.
5151
Contributing
5252
=======
5353

54-
When contributing to Beaver, please review the full guidelines here: https://github.com/josegonzalez/python-beaver/blob/master/CONTRIBUTING.rst.
54+
When contributing to Beaver, please review the full guidelines here: https://github.com/python-beaver/python-beaver/blob/master/CONTRIBUTING.rst.
5555
If you would like, you can open an issue to let others know about your work in progress. Documentation must be included and tests must pass on Python 2.6 and 2.7 for pull requests to be accepted.
5656

5757
Credits

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Standards-Version: 3.9.5
88
Package: python-beaver
99
Architecture: all
1010
Depends: ${python:Depends}, ${misc:Depends}
11-
Homepage: http://github.com/josegonzalez/python-beaver
11+
Homepage: http://github.com/python-beaver/python-beaver
1212
Description: Python log forwarder
1313
Python daemon that munches on logs and sends their contents to logstash

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/josegonzalez/beaver>`_.
41+
`always available <https://github.com/python-beaver/beaver>`_.
4242

4343
You can either clone the public repository::
4444

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

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

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

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

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

5555

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
'beaver.worker'
6565
],
6666
scripts=['bin/beaver'],
67-
url='http://github.com/josegonzalez/beaver',
67+
url='http://github.com/python-beaver/python-beaver',
6868
license='LICENSE.txt',
6969
classifiers=[
7070
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)