X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c52547546e442b73284495b95e13ad674de2c87f..dde4c90c2eecd457cdbdaab921afa49fa94b083a:/website/download.php.in?ds=sidebyside 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; } ?>