File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ TODO Summary
16
16
17
17
### Fixed
18
18
19
+ - TODO: fix: embedding issue ???
19
20
- correctly handle the case when ` outtype ` of heuristic has "dicom"
20
21
before '.nii.gz'. Previously would have lead to absent additional metadata
21
- extraction etc
22
+ extraction etc ( # 310 )
22
23
23
24
### Removed
24
25
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ cat "$in" | sponge | sed -n -e 's/.*(\[#\([0-9]\+\)\]).*/\1/gp' | sort | uniq \
10
10
| while read issue; do
11
11
# remove old one if exists
12
12
sed -i -e " /^\[#$issue \]:.*/d" " $in "
13
- echo " [#$issue ]: https://github.com/datalad/datalad /issues/$issue " >> " $in " ;
14
- done
13
+ echo " [#$issue ]: https://github.com/nipy/heudiconv /issues/$issue " >> " $in " ;
14
+ done
You can’t perform that action at this time.
0 commit comments