diff --git a/py-scripts/sandbox/lf_qa.py b/py-scripts/sandbox/lf_qa.py
index 619ede82..8bfcc26c 100755
--- a/py-scripts/sandbox/lf_qa.py
+++ b/py-scripts/sandbox/lf_qa.py
@@ -211,7 +211,7 @@ class csv_sqlite_dash():
self.html_results +="""
"""
# link to interactive results
- kpi_html_path = self.server + kpi_path_list[-1] + "kpi.html"
+ kpi_html_path = self.server + html_path
kpi_html_path = kpi_html_path.replace('/home/lanforge/','')
self.children_div.append(html.Br())
self.html_results +="""
"""