summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-09-16 01:45:52 +0200
committerFlorian Ragwitz <rafl@debian.org>2010-09-16 01:45:52 +0200
commitab296a20b432e195903c2794a3ea834e03f0134b (patch)
treed2af891db2dd7cd63609591284623aba80024653
parentf4842d441b5a6d61b4c55f27158b8e7cefa26488 (diff)
downloadperl-ab296a20b432e195903c2794a3ea834e03f0134b.tar.gz
Fix a pod link I broke
Oooops!
-rw-r--r--pod/perlunicode.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod
index 417db2c8a8..fc6a8a907c 100644
--- a/pod/perlunicode.pod
+++ b/pod/perlunicode.pod
@@ -266,8 +266,9 @@ complement B<and> the full character-wide bit complement.
You can define your own mappings to be used in C<lc()>,
C<lcfirst()>, C<uc()>, and C<ucfirst()> (or their double-quoted string inlined
-versions such as C<\U>).
-See L</"User-Defined Case Mappings"> for more details.
+versions such as C<\U>). See
+L<User-Defined Case-Mappings|/"User-Defined Case Mappings (for serious hackers only)">
+for more details.
=back