File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ directory within a dataset:
404404```json
405405{
406406 "DatasetLinks": {
407- "deriv1": "file://derivatives/derivative1
407+ "deriv1": "file://derivatives/derivative1"
408408 }
409409
410410}
@@ -427,7 +427,7 @@ directory that is NOT nested in the raw BIDS directory:
427427``` json
428428{
429429 "DatasetLinks" : {
430- "deriv2" : "file://../some-local-path/derivative2
430+ "deriv2" : " file://../some-local-path/derivative2"
431431 }
432432}
433433```
@@ -439,7 +439,7 @@ current host using the following syntax:
439439``` json
440440{
441441 "DatasetLinks" : {
442- "deriv2" : "file:///some-other-local-path/derivative2
442+ "deriv2" : " file:///some-other-local-path/derivative2"
443443 }
444444}
445445```
@@ -454,7 +454,7 @@ directory that is stored on a remote server called `mydatahost.com`.
454454``` json
455455{
456456 "DatasetLinks" : {
457- "deriv3" : "https://mydatahost.com/some-path/derivative3
457+ "deriv3" : " https://mydatahost.com/some-path/derivative3"
458458 }
459459}
460460```
You can’t perform that action at this time.
0 commit comments