From 52b53ad1279bb8eee0cd7e21738b1d322fdf2fc5 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Tue, 6 Aug 2019 17:15:09 +0100 Subject: [PATCH] DOC: Fix links in readme --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 6b0f069bb..797b5345b 100644 --- a/README.rst +++ b/README.rst @@ -83,16 +83,16 @@ Non-Python dependencies ^^^^^^^^^^^^^^^^^^^^^^^ -The ``fsl.data.dicom`` module requires the presence of Chris Rorden's -`dcm2niix <https://github.com/rordenlab/dcm2niix>`_ program. +The `fsl.data.dicom <fsl/data/dicom.py>`_ module requires the presence of +Chris Rorden's `dcm2niix <https://github.com/rordenlab/dcm2niix>`_ program. The ``rtree`` library assumes that ``libspatialindex`` is installed on your system. -The :mod:`fsl.transform.x5` module uses `h5py <https://www.h5py.org/>`_, -which requires ``libhdf5``. +The `fsl.transform.x5 <fsl/transform/x5.py>`_ module uses `h5py +<https://www.h5py.org/>`_, which requires ``libhdf5``. Documentation -- GitLab