Skip to content

Commit 3b59659

Browse files
committed
make links meaningful again
1 parent 7adf1b1 commit 3b59659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/02-common-principles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ NIfTI header.
273273
Tabular data MUST be saved as tab delimited values (`.tsv`) files, i.e., CSV
274274
files where commas are replaced by tabs. Tabs MUST be true tab characters and
275275
MUST NOT be a series of space characters. Each TSV file MUST start with a header
276-
line listing the names of all columns (with the exception of physiological and
277-
other continuous acquisition data - see [below for details](04-modality-specific-files/06-physiological-and-other-continuous-recordings.md)).
276+
line listing the names of all columns (with the exception of
277+
[physiological and other continuous recordings](04-modality-specific-files/06-physiological-and-other-continuous-recordings.md)).
278278
Names MUST be separated with tabs.
279279
It is RECOMMENDED that the column names in the header of the TSV file are
280280
written in [`snake_case`](https://en.wikipedia.org/wiki/Snake_case) with the

0 commit comments

Comments
 (0)