Skip to content

Commit 8dcfb51

Browse files
committed
README: Cleanup additional references to 'stephenfin'
The project has moved to the 'getpatchwork' organization on GitHub. Cleanup any references to the old location. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 4bbef30 commit 8dcfb51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ git-pw
1313
:target: http://git-pw.readthedocs.io/en/latest/?badge=latest
1414
:alt: Documentation Status
1515

16-
.. image:: https://travis-ci.org/stephenfin/git-pw.svg?branch=master
17-
:target: https://travis-ci.org/stephenfin/git-pw
16+
.. image:: https://travis-ci.org/getpatchwork/git-pw.svg?branch=master
17+
:target: https://travis-ci.org/getpatchwork/git-pw
1818
:alt: Build Status
1919

2020
`git-pw` is a tool for integrating Git with `Patchwork`__, the web-based patch
@@ -61,7 +61,7 @@ Once dependencies are installed, clone this repo and run ``setup.py``:
6161

6262
.. code-block:: bash
6363
64-
$ git clone https://github.com/stephenfin/git-pw
64+
$ git clone https://github.com/getpatchwork/git-pw
6565
$ cd git-pw
6666
$ sudo python setup.py
6767
@@ -116,7 +116,7 @@ If you're interested in contributing to `git-pw`, first clone the repo:
116116

117117
.. code-block:: bash
118118
119-
$ git clone https://github.com/stephenfin/git-pw
119+
$ git clone https://github.com/getpatchwork/git-pw
120120
$ cd git-pw
121121
122122
Create a virtualenv, then install the package in `editable`__ mode:

0 commit comments

Comments
 (0)