Removed old domaine in resources links.

This commit is contained in:
Christian P. MOMON 2020-05-10 01:56:58 +02:00 committed by root
parent 98b08566ae
commit ffe9fcaad8
1 changed files with 2 additions and 2 deletions

View File

@ -41,12 +41,12 @@ if($i<10){$num="0".$i;}
else{$num=$i;}
echo("<tr>");
echo("<td>$num : $title[$i]</td><td><a href=\"http://www.expolibre.org/expolibre-2/svg/expo"."$num".".svg\">SVG</a></td><td><a href=\"http://www.expolibre.org/expolibre-2/png/expo"."$num".".png\">PNG</a></td><td><a href=\"http://www.expolibre.org/expolibre-2/pdf/expo"."$num".".pdf\">PDF</a></td>");
echo("<td>$num : $title[$i]</td><td><a href=\"/svg/expo"."$num".".svg\">SVG</a></td><td><a href=\"/png/expo"."$num".".png\">PNG</a></td><td><a href=\"/pdf/expo"."$num".".pdf\">PDF</a></td>");
echo("</tr>");
}
echo("<tr>");
echo("<td>Tous : archives tar.gz</td><td><a href=\"http://www.expolibre.org/expolibre-2/svg/expo-svg.tar.gz\">SVG</a></td><td><a href=\"http://www.expolibre.org/expolibre-2/png/expo-png.tar.gz\">PNG</a></td><td><a href=\"http://www.expolibre.org/expolibre-2/pdf/expo-pdf.tar.gz\">PDF</a></td>");
echo("<td>Tous : archives tar.gz</td><td><a href=\"/svg/expo-svg.tar.gz\">SVG</a></td><td><a href=\"/png/expo-png.tar.gz\">PNG</a></td><td><a href=\"/pdf/expo-pdf.tar.gz\">PDF</a></td>");
echo("</tr>");
?>