From 8115693e17385f1af16e3958bcd8698ee4f332e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 18 Sep 2020 06:20:19 +0200 Subject: [PATCH] Fix png url --- scripts/list_benchmarks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/list_benchmarks.sh b/scripts/list_benchmarks.sh index ac159907..8f1c96fd 100644 --- a/scripts/list_benchmarks.sh +++ b/scripts/list_benchmarks.sh @@ -1,6 +1,6 @@ for a in $(find gwion-benchmark/png -type f -name "*.png") do - png_url="https://github.com/fennecdjay/gwion-benchmark/blob/results/png/$(basename $a)" + png_url="https://raw.githubusercontent.com/fennecdjay/gwion-benchmark/results/png/$(basename $a)" test_url="https://github.com/fennecdjay/gwion-benchmark/blob/master/src/$(basename $a .png).gw" echo "" done -- 2.43.0