From ac1450cc86660976b0a51e937d4d757194a159b9 Mon Sep 17 00:00:00 2001 From: Rupesh Date: Sat, 13 Sep 2025 09:37:07 +0100 Subject: [PATCH] fix: graph (plot full results) link --- www/result.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/result.inc b/www/result.inc index 32cb818061..9eec1b19b0 100644 --- a/www/result.inc +++ b/www/result.inc @@ -215,7 +215,7 @@ $page_description = "Website performance test result$testLabel."; if ($rvRunResults) { echo "Compare Repeat Views"; } - $graphLink = "graph_page_data.php?tests=$id&medianMetric=$median_metric" . ($req_fp ? "&fp=$req_fp" : ''); + $graphLink = "/graph_page_data.php?tests=$id&medianMetric=$median_metric" . ($req_fp ? "&fp=$req_fp" : ''); echo "Plot Full Results"; } @@ -423,4 +423,4 @@ $page_description = "Website performance test result$testLabel."; ?> - \ No newline at end of file +