From: <var...@us...> - 2021-06-21 14:12:35
|
Revision: 10308 http://sourceforge.net/p/phpwiki/code/10308 Author: vargenau Date: 2021-06-21 14:12:30 +0000 (Mon, 21 Jun 2021) Log Message: ----------- lib/plugin/TeX2png.php: fix man page URL Modified Paths: -------------- trunk/lib/plugin/TeX2png.php Modified: trunk/lib/plugin/TeX2png.php =================================================================== --- trunk/lib/plugin/TeX2png.php 2021-06-21 14:10:17 UTC (rev 10307) +++ trunk/lib/plugin/TeX2png.php 2021-06-21 14:12:30 UTC (rev 10308) @@ -247,7 +247,7 @@ } else { // we don't have png and/or gd. $error_html = _("Sorry, this version of PHP cannot create PNG image files."); - $link = "http://www.php.net/manual/pl/ref.image.php"; + $link = "https://www.php.net/manual/en/ref.image.php"; $error_html .= sprintf(_("See %s"), $link) . "."; return HTML::p(array('class' => 'error'), $error_html); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |