Skip to content

Commit 618e6e3

Browse files
authored
Merge pull request #1395 from jhlegarreta/FixBIDSQueriesDocLink
DOC: Fix link about PyBIDS BIDS file filtering option
2 parents 80fefb4 + 959cb06 commit 618e6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mriqc/cli/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def _bids_filter(value):
182182
metavar='PATH',
183183
help='a JSON file describing custom BIDS input filter using pybids '
184184
'{<suffix>:{<entity>:<filter>,...},...} '
185-
'(https://github.com/bids-standard/pybids/blob/master/bids/layout/config/bids.json)',
185+
'(https://github.com/bids-standard/pybids/blob/master/src/bids/layout/config/bids.json)',
186186
)
187187
g_bids.add_argument(
188188
'--session-id',

0 commit comments

Comments
 (0)