Skip to content

Commit 3e19c35

Browse files
authored
[skip ci] Update BIDS-Validator URL
1 parent 734850c commit 3e19c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/utils/bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def collect_participants(bids_dir, participant_label=None, strict=False):
7676
raise BIDSError(
7777
'Could not find participants. Please make sure the BIDS data '
7878
'structure is present and correct. Datasets can be validated online '
79-
'using the BIDS Validator (http://incf.github.io/bids-validator/).\n'
79+
'using the BIDS Validator (http://bids-standard.github.io/bids-validator/).\n'
8080
'If you are using Docker for Mac or Docker for Windows, you '
8181
'may need to adjust your "File sharing" preferences.', bids_dir)
8282

0 commit comments

Comments
 (0)