Skip to content

Commit fdfaa23

Browse files
authored
change gitlab links to github
1 parent 214f099 commit fdfaa23

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The JNIfTI toolbox includes a stand-alone NIfTI-1/2 parser that works on both
2020
MATLAB and GNU Octave without needing additional components. To just reading and
2121
writing the un-compressed NIfTI and Analyze7.5 files (.nii, .hdr/.img), one
2222
only needs to run `addpath('/path/to/jnifti')`. For MATLAB, JNIfTI toolbox
23-
utilizes memmapfile-based disk-reading, making it very fast. For Octave,
24-
memmapfile is currently not implemented, so, a full reading is required.
23+
utilizes `memmapfile`-based disk-reading, making it very fast. For Octave,
24+
`memmapfile` is currently not implemented, so, a full reading is required.
2525

2626
The JNIfTI toolbox is also capable of reading/writing gzip-compressed NIfTI and
2727
Analyze7.5 files (.nii.gz, .hdr.gz, .img.gz). This feature is supported in MATLAB
@@ -31,11 +31,11 @@ To process gzip-compressed NIfTI/Analyze files in Octave and MATLAB with -nojvm,
3131
one need to install the open-source JSONLab and ZMat toolboxes, both supporting
3232
MATLAB and Octave. They can be downloaded at
3333

34-
* JSONLab: http://gitlab.com/fangq/jsonlab
35-
* ZMat: http://gitlab.com/fangq/zmat
34+
* JSONLab: http://github.com/fangq/jsonlab
35+
* ZMat: http://github.com/fangq/zmat
3636

3737
To save NIfTI-1/2 data as JNIfTI files, one needs to install JSONLab. The JNIfTI
3838
data format supports internal compression (as oppose to external compression such
39-
as *.gz files). To create or read compressed JNIfTI files in Octave, one must
39+
as \*.gz files). To create or read compressed JNIfTI files in Octave, one must
4040
install the ZMat toolbox, as listed above.
4141

0 commit comments

Comments
 (0)