]> Nishi Git Mirror - gwion.git/commitdiff
Fix png url
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 18 Sep 2020 04:20:19 +0000 (06:20 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 18 Sep 2020 04:20:29 +0000 (06:20 +0200)
scripts/list_benchmarks.sh

index ac15990778dfb42d7985aa82c612b7246c591134..8f1c96fd14d28a9b6b2b3d69dcc42ba250155f48 100644 (file)
@@ -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 "<a href=\"$test_url\"><img class=\"zoom\" src=\"$png_url\" width=\"352px\"></a>"
 done