perlsub.pod: Fix broken link
authorKarl Williamson <public@khwilliamson.com>
Tue, 26 Apr 2011 15:55:43 +0000 (09:55 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 18 May 2011 17:15:04 +0000 (11:15 -0600)
pod/perlsub.pod

index ea5fa20..7a14f76 100644 (file)
@@ -217,7 +217,7 @@ X<recursion>
 Not only does the C<&> form make the argument list optional, it also
 disables any prototype checking on arguments you do provide.  This
 is partly for historical reasons, and partly for having a convenient way
-to cheat if you know what you're doing.  See L<Prototypes> below.
+to cheat if you know what you're doing.  See L</Prototypes> below.
 X<&>
 
 Subroutines whose names are in all upper case are reserved to the Perl