fix broken link from the animated GIF entry in the concept index.
authorTony Cook <tony@develop=help.com>
Wed, 21 Nov 2007 13:11:16 +0000 (13:11 +0000)
committerTony Cook <tony@develop=help.com>
Wed, 21 Nov 2007 13:11:16 +0000 (13:11 +0000)
Changes
Imager.pm

diff --git a/Changes b/Changes
index d75e79e1f25f46ae90ba96edf3210a4221cd8761..6c211ae3ec6b94876155d87c4c0e0b12aced3495 100644 (file)
--- a/Changes
+++ b/Changes
@@ -10,6 +10,10 @@ Bug fixes:
  - the scale() method with qtype mixing now handles images with an
    alpha channel correctly.
 
+ - fixed a broken link from the "animated GIF" entry in the concept index.
+   Thanks to Slaven Rezic.
+   http://rt.cpan.org/Ticket/Display.html?id=30889
+
 Imager 0.61 - 5 November 2007
 ===========
 
index 1ac7863790779847ae298666b6722828fc904344..eac764eb10380ec2f980fcc06fbe8d445f3137e5 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -3945,7 +3945,7 @@ can write.
 
 =head1 CONCEPT INDEX
 
-animated GIF - L<Imager::File/"Writing an animated GIF">
+animated GIF - L<Imager::Files/"Writing an animated GIF">
 
 aspect ratio - L<Imager::ImageTypes/i_xres>,
 L<Imager::ImageTypes/i_yres>, L<Imager::ImageTypes/i_aspect_only>