From: Jérémie Astor Date: Fri, 18 Sep 2020 04:20:19 +0000 (+0200) Subject: Fix png url X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=8115693e17385f1af16e3958bcd8698ee4f332e4;p=gwion.git Fix png url --- 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