summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-04-28 13:15:21 -0600
committerKarl Williamson <public@khwilliamson.com>2011-05-18 11:15:06 -0600
commitd10b49655c586fb88be1ada909b15594b88f38ea (patch)
tree6ec320835abc63893c4e51c55e847f46b2398d74 /handy.h
parent79481703da01290690261871a8927534ebfdbd38 (diff)
downloadperl-d10b49655c586fb88be1ada909b15594b88f38ea.tar.gz
handy.h: Link moved to perlhacktips
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handy.h b/handy.h
index 6541c95c35..18e2d1cd59 100644
--- a/handy.h
+++ b/handy.h
@@ -954,7 +954,7 @@ The XSUB-writer's interface to the C C<malloc> function.
In 5.9.3, Newx() and friends replace the older New() API, and drops
the first parameter, I<x>, a debug aid which allowed callers to identify
themselves. This aid has been superseded by a new build option,
-PERL_MEM_LOG (see L<perlhack/PERL_MEM_LOG>). The older API is still
+PERL_MEM_LOG (see L<perlhacktips/PERL_MEM_LOG>). The older API is still
there for use in XS modules supporting older perls.
=for apidoc Am|void|Newxc|void* ptr|int nitems|type|cast