Skip to content

Commit e0d8cd4

Browse files
authored
Merge pull request #2005 from mgxd/fix/niworkflows
FIX: update niworkflows location
2 parents 2590fed + d36532e commit e0d8cd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
"bids": ("https://bids-standard.github.io/pybids/", None),
343343
"nibabel": ("https://nipy.org/nibabel/", None),
344344
"nipype": ("https://nipype.readthedocs.io/en/latest/", None),
345-
"niworkflows": ("https://poldracklab.github.io/niworkflows/", None),
345+
"niworkflows": ("https://www.nipreps.org/niworkflows/", None),
346346
"sdcflows": ("https://www.nipreps.org/sdcflows/", None),
347347
"smriprep": ("https://poldracklab.github.io/smriprep/", None),
348348
"templateflow": ("https://www.templateflow.org/python-client", None),

docs/contributors.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ installation_ guide for the basic procedure for running).
1616

1717
It will be assumed the developer has a working repository in
1818
``$HOME/projects/fmriprep``, and examples are also given for
19-
`niworkflows <https://github.com/poldracklab/niworkflows>`_ and
19+
`niworkflows <https://github.com/nipreps/niworkflows>`_ and
2020
`nipype`_.
2121

2222
Patching working repositories
@@ -149,7 +149,7 @@ development environment, we have an experimental setup with `code-server
149149

150150
1. Build the Docker image
151151
~~~~~~~~~~~~~~~~~~~~~~~~~
152-
We will use the ``Dockerfile_devel`` file to build
152+
We will use the ``Dockerfile_devel`` file to build
153153
our development docker image::
154154

155155
$ cd $HOME/projects/fmriprep

0 commit comments

Comments
 (0)