From 58d1b76d88b63e2e79cbc82b0c72e486ff731e25 Mon Sep 17 00:00:00 2001 From: Tyler Coles Date: Thu, 1 Feb 2024 15:31:08 -0700 Subject: [PATCH] Bugfix: see if removing `.` from a markdown image path works when rendering in GitHub. --- doc/demo/01-SIRH-IPM.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/demo/01-SIRH-IPM.ipynb b/doc/demo/01-SIRH-IPM.ipynb index 4905e5da..32aa3704 100644 --- a/doc/demo/01-SIRH-IPM.ipynb +++ b/doc/demo/01-SIRH-IPM.ipynb @@ -8,7 +8,7 @@ "\n", "Using epymorph's model definition features, we can construct an SIRH model with suitable parameters.\n", "\n", - "![SIRH model diagram](./img/SIRH-diagram.png)\n", + "![SIRH model diagram](img/SIRH-diagram.png)\n", "\n", "The differential equations for this model are as follows:\n", "\n",