Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Still bug fixes (broken links for website)
authorLaurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
Thu, 22 Sep 2011 07:44:57 +0000 (09:44 +0200)
committerLaurent Bobelin <lbobelin@mintcar.lip.ens-lyon.fr>
Thu, 22 Sep 2011 07:44:57 +0000 (09:44 +0200)
website/download.php.in

index f55145d..d3efe09 100644 (file)
@@ -61,7 +61,7 @@ $toPrint .= $secondTempArray[0];
 
 
 //Replacing bad hrefs ... I don't know why they actually change from the original content once deployed and invoked from ... 
-$toPrint=str_replace('href="http://simgrid.gforge','href="http://gforge',$toPrint);
+$toPrint=str_replace('href="shownotes','href="https://gforge.inria.fr/frs/shownotes',$toPrint);
 echo $toPrint; } ?>
 </td>
 </table>