Skip to content

Commit 30b427d

Browse files
committed
change repo path to nipy
1 parent b827b73 commit 30b427d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/installation.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Docker Container
99

1010
.. code-block:: console
1111
12-
$ git clone https://github.com/josephmje/dmriprep
12+
$ git clone https://github.com/nipy/dmriprep
1313
$ cd dmriprep
1414
$ make docker
1515
@@ -67,13 +67,13 @@ You can either clone the public repository:
6767

6868
.. code-block:: console
6969
70-
$ git clone git://github.com/josephmje/dmriprep
70+
$ git clone git://github.com/nipy/dmriprep
7171
7272
Or download the `tarball`_:
7373

7474
.. code-block:: console
7575
76-
$ curl -OL https://github.com/josephmje/dmriprep/tarball/master
76+
$ curl -OL https://github.com/nipy/dmriprep/tarball/master
7777
7878
Once you have a copy of the source, you can install it with:
7979

@@ -82,8 +82,8 @@ Once you have a copy of the source, you can install it with:
8282
$ python setup.py install
8383
8484
85-
.. _Github repo: https://github.com/josephmje/dmriprep
86-
.. _tarball: https://github.com/josephmje/dmriprep/tarball/master
85+
.. _Github repo: https://github.com/nipy/dmriprep
86+
.. _tarball: https://github.com/nipy/dmriprep/tarball/master
8787

8888
External Dependencies
8989
---------------------

docs/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ License information
22
-------------------
33

44
We use the 3-clause BSD license; the full license may be found in the
5-
`LICENSE <https://github.com/josephmje/dmriprep/blob/master/LICENSE>`_ file
5+
`LICENSE <https://github.com/nipy/dmriprep/blob/master/LICENSE>`_ file
66
in the ``dmriprep`` distribution.
77

88
All trademarks referenced herein are property of their respective holders.

0 commit comments

Comments
 (0)