Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix some links... maybe.
  • Loading branch information
skids committed Dec 25, 2015
1 parent 61f3747 commit 535899f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/control.pod
Expand Up @@ -40,7 +40,7 @@ executed.
Unless it stands alone as a statement, a block simply creates a closure. The
statements inside are not executed immediately. Closures are another topic
and how they are used is explained
L<elsewhere|language/functions#Blocks and Lambdas>. For now it is just
L<elsewhere|/language/functions#Blocks and Lambdas>. For now it is just
important to understand when blocks run and when they do not:
say "We get here"; { say "then here." }; { say "not here"; 0; } or die;
Expand Down Expand Up @@ -296,7 +296,7 @@ for @foo { 42.print } # prints 42 as many times as @foo has elements
=end code
Pointy block syntax or a L<placeholder|language/variables#The C<^> Twigil>
Pointy block syntax or a L<placeholder|/language/variables#The C<^> Twigil>
may be used to name the parameter, of course.
=begin code
Expand Down

0 comments on commit 535899f

Please sign in to comment.