From a2b07867ab67d2357dd63aabc2bba139f1e1c0cd Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Tue, 25 Jun 2019 19:47:22 +0930
Subject: [PATCH] DOC: Fix typo in readme

---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index fb803e03f..772c65158 100644
--- a/README.rst
+++ b/README.rst
@@ -57,7 +57,7 @@ Some extra dependencies are listed in `requirements.txt
   class has some methods which use ``trimesh`` to perform geometric queries
   on the mesh.
 
-- ``Pillow``: The `fsl.data.bitmap.Bitmap <fsl/data/bitmap.py`_ class uses
+- ``Pillow``: The `fsl.data.bitmap.Bitmap <fsl/data/bitmap.py>`_ class uses
   ``Pillow`` to load image files.
 
 
-- 
GitLab