Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Olof Hendig committed Jan 6, 2018
1 parent 1fcadcc commit ee8c768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Language/faq.pod6
Expand Up @@ -207,7 +207,7 @@ X<|Data::Dumper (FAQ)>
Typical options are to use L<say> routine that uses L<gist> method that
gives the "gist" of the object being dumped. More detailed output can be
obtained by calling L<perl> method that typically returns representation
in L<EVAL>-able code.
in L<EVAL|/routine/EVAL>-able code.
If you're using the L<rakudo implementation|http://rakudo.org>, you can use
the L«non-standard C<dd> routine|/programs/01-debugging#Dumper_function_dd»
Expand Down
2 changes: 1 addition & 1 deletion doc/Language/quoting.pod6
Expand Up @@ -208,7 +208,7 @@ and L<name aliases|/language/unicode#Name_Aliases> with L«\c[]|/language/unicod
Interpolation of undefined values will raise a control exception that can be
caught in the current block with
L<CONTROL|https://docs.perl6.org/syntax/CONTROL>.
L<CONTROL|/language/phasers#CONTROL>.
=begin code
sub niler {Nil};
Expand Down

0 comments on commit ee8c768

Please sign in to comment.