Skip to content

Commit a6ab0dc

Browse files
committed
doc: Define links
1 parent 35b73be commit a6ab0dc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/user_guide/faq.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ The primary way it does this is by interpreting the [BIDS Schema][schema-descrip
1313

1414
The general categories of rules include:
1515

16-
- Filename rules: These rules indicate valid combinations of [entities][], [suffixes][]
17-
[datatypes][] and [extensions][]. Every file in a dataset must match a filename rule.
16+
- Filename rules: These rules indicate valid combinations of [entities][], [suffixes][definitions]
17+
[datatypes][definitions] and [extensions][definitions].
18+
Every file in a dataset must match a filename rule.
1819
- Sidecar and JSON rules: These rules indicate whether fields are REQUIRED, RECOMMENDED
1920
or OPTIONAL in a JSON file.
2021
REQUIRED fields produce errors on absence, while RECOMMENDED fields produce warnings on absence.
@@ -105,3 +106,5 @@ or `n/a` (which is permitted in all columns, according to the BIDS Standard).
105106

106107
[new-issue]: https://github.com/bids-standard/bids-validator/issues/new
107108
[schema-description]: https://bidsschematools.readthedocs.io/en/latest/description.html
109+
[entities]: https://bids-specification.readthedocs.io/en/stable/common-principles.html#entities
110+
[definitions]: https://bids-specification.readthedocs.io/en/stable/common-principles.html#definitions

0 commit comments

Comments
 (0)