Skip to content

Commit bfb4ee8

Browse files
committed
doc: Fix bad link (closes gh-1103)
1 parent c701268 commit bfb4ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/examples/pybids_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The utility of the `BIDSLayout` would be pretty limited if all we could do was r
6363
layout.get(subject='01', extension='nii.gz', suffix='bold', return_type='filename')
6464
```
6565

66-
If you're wondering what entities you can pass in as filtering arguments, the answer is contained in the `.json` configuration files [housed here](https://github.com/bids-standard/pybids/tree/master/bids/layout/config). To save you the trouble, here are a few of the most common entities:
66+
If you're wondering what entities you can pass in as filtering arguments, the answer is contained in the `.json` configuration files [housed here](https://github.com/bids-standard/pybids/tree/master/src/bids/layout/config). To save you the trouble, here are a few of the most common entities:
6767

6868
* `suffix`: The part of a BIDS filename just before the extension (e.g., `'bold'`, `'events'`, `'physio'`, etc.).
6969
* `subject`: The subject label

0 commit comments

Comments
 (0)