Index: typo3/sysext/install/mod/class.tx_install.php =================================================================== --- typo3/sysext/install/mod/class.tx_install.php (revision 6745) +++ typo3/sysext/install/mod/class.tx_install.php (working copy) @@ -2638,9 +2638,10 @@ */ function getGDSoftwareInfo() { return trim(' - You can get GDLib in the PNG version from '.$this->linkIt('http://www.boutell.com/gd/').'.
FreeType is for download at '.$this->linkIt('http://www.freetype.org/').'. - Generally, software for TYPO3 is found at '.$this->linkIt('http://typo3.sunsite.dk/software/').' and packages listed at '.$this->linkIt('http://typo3.org/1274.0.html').'. - '); + You can get GDLib in the PNG version from ' . $this->linkIt('http://www.libgd.org/') . + '.
FreeType is for download at ' . $this->linkIt('http://www.freetype.org/') . + '.
Generally, TYPO3 packages are listed at ' . $this->linkIt('http://typo3.org/download/packages/') . '.' + ); } /**