From dde4c90c2eecd457cdbdaab921afa49fa94b083a Mon Sep 17 00:00:00 2001 From: Laurent Bobelin Date: Thu, 22 Sep 2011 09:44:57 +0200 Subject: [PATCH] Still bug fixes (broken links for website) --- website/download.php.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } ?> -- 2.20.1