Wrong URL for GD link, fixes #2111

This commit is contained in:
Woody Gilk 2009-09-15 10:12:21 -05:00
parent cc07152a88
commit 1cd8c7b8a9

View file

@ -176,7 +176,7 @@
<?php if (function_exists('gd_info')): ?>
<td class="pass">Pass</td>
<?php else: ?>
<td class="fail">Kohana requires <a href="http://php.net/pdo">GD</a> v2 for the Image class.</td>
<td class="fail">Kohana requires <a href="http://php.net/gd">GD</a> v2 for the Image class.</td>
<?php endif ?>
</tr>
<tr>