From 65a05c8e51ada679205d628144bbb8b0398a91e2 Mon Sep 17 00:00:00 2001 From: Austin Macdonald Date: Fri, 12 Jan 2024 14:53:40 -0500 Subject: [PATCH] rst paths must be relative to the docs/ dir --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e6f2fe14..57f9986d 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,7 @@ into structured directory layouts. Heudiconv can be inserted into your workflow to provide automatic conversion as part of a data acquisition pipeline, as seen in the figure below: -.. image:: figs/environment.png +.. image:: ../figs/environment.png Installation ------------