Skip to content

Commit

Permalink
Fix broken links in text
Browse files Browse the repository at this point in the history
Fixes #1592
  • Loading branch information
zoffixznet committed Oct 21, 2017
1 parent c47cd19 commit 57f7680
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/Type/Mu.pod6
Expand Up @@ -208,9 +208,10 @@ $o2.boo.(); # OUTPUT: «Bye␤»
To clone those, you could implement your own C<.clone> that clones the
appropriate attributes and passes the new values to C<Mu.clone>, for example,
via L<nextwith>. Alternatively, your own C<.clone> could clone self first
(using C<self.Mu::clone> or L<callsame>) and then manipulate the clone as needed,
before returning it.
via L«C<nextwith>|/language/functions#index-entry-nextwith-nextwith». Alternatively,
your own C<.clone> could clone self first
(using C<self.Mu::clone> or L«C<callsame>|/language/functions#index-entry-callsame-callsame»)
and then manipulate the clone as needed, before returning it.
=begin code
class Bar {
Expand Down

0 comments on commit 57f7680

Please sign in to comment.