Skip to content

Commit 27bd7c0

Browse files
committed
Make link_issues_CHANGELOG work for heudiconv
1 parent 35dd1c3 commit 27bd7c0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ TODO Summary
1616

1717
### Fixed
1818

19+
- TODO: fix: embedding issue ???
1920
- correctly handle the case when `outtype` of heuristic has "dicom"
2021
before '.nii.gz'. Previously would have lead to absent additional metadata
21-
extraction etc
22+
extraction etc (#310)
2223

2324
### Removed
2425

utils/link_issues_CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ cat "$in" | sponge | sed -n -e 's/.*(\[#\([0-9]\+\)\]).*/\1/gp' | sort | uniq \
1010
| while read issue; do
1111
# remove old one if exists
1212
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

0 commit comments

Comments
 (0)