Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update doc links
  • Loading branch information
raiph committed May 23, 2016
1 parent e3cea7e commit eaab00f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions categories/best-of-rosettacode/ackermann-function.pl
Expand Up @@ -19,8 +19,8 @@ =head1 What's interesting here?
=head1 Features used
=item C<ternary operator> - L<http://perlcabal.org/syn/S03.html#Conditional_operator_precedence>
=item C<multi subs> - L<http://perlcabal.org/syn/S12.html#Multisubs_and_Multimethods>
=item C<ternary operator> - L<http://doc.perl6.org/language/operators#infix_%3F%3F_%21%21>
=item C<multi subs> - L<http://doc.perl6.org/syntax/multi>
=end pod

Expand Down

0 comments on commit eaab00f

Please sign in to comment.