Skip to content

Commit 791b10f

Browse files
committed
Merge pull request #457 from nipy/effigies-patch-1
DOC: Fieldtrip moved from Google Code to GitHub Update links for reference FreeSurfer matlab files.
2 parents 7e41691 + 73b14b9 commit 791b10f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nibabel/nifti1.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -848,9 +848,9 @@ def set_data_shape(self, shape):
848848
849849
.. _issue 100: https://github.com/nipy/nibabel/issues/100
850850
.. _issue 309: https://github.com/nipy/nibabel/issues/309
851-
.. _save77: https://code.google.com/p/fieldtrip/source/browse/trunk/external/freesurfer/save_nifti.m?spec=svn8776&r=8776#77
852-
.. _save50: https://code.google.com/p/fieldtrip/source/browse/trunk/external/freesurfer/save_nifti.m?spec=svn8776&r=8776#50
853-
.. _load_nifti.m: https://code.google.com/p/fieldtrip/source/browse/trunk/external/freesurfer/load_nifti.m?spec=svn8776&r=8776#86
851+
.. _save77: https://github.com/fieldtrip/fieldtrip/blob/428798b/external/freesurfer/save_nifti.m#L77-L82
852+
.. _save50: https://github.com/fieldtrip/fieldtrip/blob/428798b/external/freesurfer/save_nifti.m#L50-L56
853+
.. _load_nifti.m: https://github.com/fieldtrip/fieldtrip/blob/428798b/external/freesurfer/load_nifti.m#L86-L89
854854
.. _standard header: http://nifti.nimh.nih.gov/pub/dist/src/niftilib/nifti1.h
855855
'''
856856
hdr = self._structarr

0 commit comments

Comments
 (0)