Skip to content

Commit e30cd6b

Browse files
authored
Merge pull request #227 from mslw/patch-1
Fix links to heuristcs in README.md
2 parents 644c439 + c2cb656 commit e30cd6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ HeuDiConv operates using a heuristic, which provides information on
2323
how your files should be converted. A number of example heuristics are
2424
provided to address various use-cases
2525

26-
- the [cmrr_heuristic](heuristics/cmrr_heuristic.py) provides an
26+
- the [cmrr_heuristic](heudiconv/heuristics/cmrr_heuristic.py) provides an
2727
example for a conversion to [BIDS]
28-
- the [reproin](heuristics/reproin.py) could be used to establish
28+
- the [reproin](heudiconv/heuristics/reproin.py) could be used to establish
2929
a complete imaging center wide automation to convert all acquired
3030
data to [BIDS] following a simple naming
3131
[convention](https://goo.gl/o0YASC) for studies and sequences
@@ -36,7 +36,7 @@ provided to address various use-cases
3636

3737
Released versions of HeuDiConv are available from PyPI so you could
3838
just `pip install heudiconv[all]` for the most complete installation,
39-
and it would require manual installation ony
39+
and it would require manual installation only
4040
of the [dcm2niix](https://github.com/rordenlab/dcm2niix/). On
4141
Debian-based systems we recommend to use
4242
[NeuroDebian](http://neuro.debian.net) providing

0 commit comments

Comments
 (0)