Skip to content

Commit 4bc9344

Browse files
committed
DOC: fix link to quaternion doc
Problem kindly pointed out by Fernando Pegar: #525
1 parent 8de91a1 commit 4bc9344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/nifti_images.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ The qform affine
263263

264264
This affine can be calculated from a combination of the voxel sizes (entries 1
265265
through 4 of the ``pixdim`` field), a sign flip called ``qfac`` stored in
266-
entry 0 of ``pixdim``, and a `quaternion <wikipedia quaternion>`_ that can be
266+
entry 0 of ``pixdim``, and a `quaternion <wikipedia quaternion_>`_ that can be
267267
reconstructed from fields ``quatern_b``, ``quatern_c``, ``quatern_d``.
268268

269269
See the code for the :meth:`get_qform() method

0 commit comments

Comments
 (0)