Updated all "report bugs to..." messages to point to valgrind.kde.org;  also
updated the docs to refer to valgrind.kde.org instead of the old website.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2055 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/corecheck/cc_main.c b/corecheck/cc_main.c
index 86a150d..13634c1 100644
--- a/corecheck/cc_main.c
+++ b/corecheck/cc_main.c
@@ -40,7 +40,7 @@
    VG_(details_description)     ("a rudimentary error detector");
    VG_(details_copyright_author)(
       "Copyright (C) 2002-2003, and GNU GPL'd, by Nicholas Nethercote.");
-   VG_(details_bug_reports_to)  ("njn25@cam.ac.uk");
+   VG_(details_bug_reports_to)  (VG_BUGS_TO);
 
    VG_(needs_core_errors)();