]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix broken link.
authorJulian Seward <jseward@acm.org>
Sun, 25 Nov 2007 14:09:26 +0000 (14:09 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 25 Nov 2007 14:09:26 +0000 (14:09 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7214

docs/xml/manual-core.xml

index 86d1b0874ede9510fc8ff1b32042a8df326a0ddd..fc4a48e24ba0f5e7d0edb945d06f3b63360d2e0a 100644 (file)
@@ -1501,7 +1501,7 @@ following constraints:</para>
    using malloc/new/free/delete, it should still work, but Memcheck's
    error checking won't be so effective.  If you describe your program's
    memory management scheme using "client requests" 
-   (see <xref linkend="manual-core.clientreq"/>), Memcheck can do
+   (see <xref linkend="manual-core-adv.clientreq"/>), Memcheck can do
    better.  Nevertheless, using malloc/new and free/delete is still the
    best approach.</para>
   </listitem>