From: Laurent Bobelin Date: Thu, 22 Sep 2011 07:44:57 +0000 (+0200) Subject: Still bug fixes (broken links for website) X-Git-Tag: v3_6_2~62 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/dde4c90c2eecd457cdbdaab921afa49fa94b083a Still bug fixes (broken links for website) --- diff --git a/website/download.php.in b/website/download.php.in index f55145d718..d3efe09f4b 100644 --- a/website/download.php.in +++ b/website/download.php.in @@ -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; } ?>