From 3306f92c79bc438124ee54c5f6b2f2b70e66de38 Mon Sep 17 00:00:00 2001
From: "Robert L. Read" <read.robert@gmail.com>
Date: Wed, 12 Aug 2020 14:00:29 -0500
Subject: [PATCH] slight adjustment

---
 breath_plot.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/breath_plot.html b/breath_plot.html
index f4aea23..ed8bca1 100644
--- a/breath_plot.html
+++ b/breath_plot.html
@@ -28,7 +28,7 @@ Breath Plot: COVID-19 Respiration Analysis Software
 	<!-- Load plotly.js into the DOM -->
   <script src='https://cdn.plot.ly/plotly-latest.min.js'></script>
 
-  <script src='js/respiration_math.js'></script>
+  <script src='./js/respiration_math.js'></script>
 
     <title>Public Invention Respiration Analysis</title>
 
-- 
GitLab