summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-04 14:23:27 -0600
committerKarl Williamson <khw@cpan.org>2022-05-06 11:48:46 -0600
commitc5c541a8280c2967c3ff69fc75fc867109e1831b (patch)
treede9cf2122ca4c277a3c00b6a318298f7ddeba3ec /sv.c
parent57c2a5de521099f5ee08124012768e0f498c5e78 (diff)
downloadperl-c5c541a8280c2967c3ff69fc75fc867109e1831b.tar.gz
perlapi: Create proper hyperlink
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 312c496dab..44c8bb5c97 100644
--- a/sv.c
+++ b/sv.c
@@ -16073,7 +16073,7 @@ will be converted into Unicode (and UTF-8).
If C<sv> already is UTF-8 (or if it is not C<POK>), or if C<encoding>
is not a reference, nothing is done to C<sv>. If C<encoding> is not
an C<Encode::XS> Encoding object, bad things will happen.
-(See F<cpan/Encode/encoding.pm> and L<Encode>.)
+(See L<encoding> and L<Encode>.)
The PV of C<sv> is returned.