Skip to content

Commit 8a4b967

Browse files
committed
doc: Use an absolute URL to make consistent between GitHub and docs
1 parent 5285a47 commit 8a4b967

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/schema/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ references (the cases in which they are used will be presented later):
167167
(which are in turn references to individual values), and the references inside `GeneticLevel.anyOf` indicate that there may be a single
168168
such value or a list of values.
169169

170-
1. In [`rules.files.deriv.preprocessed_data`](./rules/files/deriv/preprocessed_data.yaml):
170+
1. In [`rules.files.deriv.preprocessed_data`][preprocessed_data]:
171171
```YAML
172172
anat_nonparametric_common:
173173
$ref: rules.files.raw.anat.nonparametric
@@ -1071,4 +1071,5 @@ ensuring consistency across the entire schema directory. Validation of the schem
10711071
incorporated into the CI, so any changes that are inconsistent will be flagged before
10721072
inclusion.
10731073

1074+
[preprocessed_data]: https://github.com/bids-standard/bids-specification/tree/master/src/schema/rules/files/deriv/preprocessed_data.yaml
10741075
[tabular files]: https://bids-specification.readthedocs.io/en/stable/common-principles.html#tabular-files

0 commit comments

Comments
 (0)