From 57f7680f439e73f7932e6da81eb366d6f71a1820 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Fri, 20 Oct 2017 20:18:44 -0400 Subject: [PATCH] Fix broken links in text Fixes #1592 --- doc/Type/Mu.pod6 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/Type/Mu.pod6 b/doc/Type/Mu.pod6 index b8f1e5c83..05d65e093 100644 --- a/doc/Type/Mu.pod6 +++ b/doc/Type/Mu.pod6 @@ -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, for example, -via L. Alternatively, your own C<.clone> could clone self first -(using C or L) and then manipulate the clone as needed, -before returning it. +via L«C|/language/functions#index-entry-nextwith-nextwith». Alternatively, +your own C<.clone> could clone self first +(using C or L«C|/language/functions#index-entry-callsame-callsame») +and then manipulate the clone as needed, before returning it. =begin code class Bar {