We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80fefb4 + 959cb06 commit 618e6e3Copy full SHA for 618e6e3
mriqc/cli/parser.py
@@ -182,7 +182,7 @@ def _bids_filter(value):
182
metavar='PATH',
183
help='a JSON file describing custom BIDS input filter using pybids '
184
'{<suffix>:{<entity>:<filter>,...},...} '
185
- '(https://github.com/bids-standard/pybids/blob/master/bids/layout/config/bids.json)',
+ '(https://github.com/bids-standard/pybids/blob/master/src/bids/layout/config/bids.json)',
186
)
187
g_bids.add_argument(
188
'--session-id',
0 commit comments