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/coregrind/vg_mylibc.c b/coregrind/vg_mylibc.c
index 3693d91..1fe9d97 100644
--- a/coregrind/vg_mylibc.c
+++ b/coregrind/vg_mylibc.c
@@ -1106,7 +1106,7 @@
 
 void VG_(core_assert_fail) ( const Char* expr, const Char* file, Int line, const Char* fn )
 {
-   assert_fail(expr, "valgrind", VG_EMAIL_ADDR, file, line, fn);
+   assert_fail(expr, "valgrind", VG_BUGS_TO, file, line, fn);
 }
 
 __attribute__ ((noreturn))
@@ -1119,7 +1119,7 @@
 
 void VG_(core_panic) ( Char* str )
 {
-   panic("valgrind", VG_EMAIL_ADDR, str);
+   panic("valgrind", VG_BUGS_TO, str);
 }
 
 void VG_(skin_panic) ( Char* str )