|
From: Nicholas N. <nj...@cs...> - 2005-05-17 03:23:55
|
SVN commit 414830 by nethercote:
Update website address.
MERGED FROM 3.0 REPOSITORY
M +1 -1 trunk/valgrind/README =20
M +1 -1 trunk/valgrind/README_MISSING_SYSCALL_OR_IOCTL =20
M +1 -1 trunk/valgrind/README_PACKAGERS =20
M +1 -1 trunk/valgrind/cachegrind/docs/cg_techdocs.html =20
M +1 -1 trunk/valgrind/coregrind/docs/coregrind_core.html =20
M +1 -1 trunk/valgrind/include/basic_types.h =20
M +1 -1 trunk/valgrind/memcheck/docs/mc_techdocs.html =20
M +1 -1 trunk/valgrind/none/tests/cmdline1.stdout.exp =20
M +1 -1 trunk/valgrind/none/tests/cmdline2.stdout.exp =20
--- trunk/valgrind/README #414829:414830
@@ -87,7 +87,7 @@
=20
6. See if it works. Try "valgrind --tool=3Dmemcheck ls -l". Either
this works, or it bombs out with some complaint. In that case,
- please let us know (see valgrind.kde.org/bugs.html).
+ please let us know (see www.valgrind.org).
=20
Important! Do not move the valgrind installation into a place
different from that specified by --prefix at build time. This will
--- trunk/valgrind/README_MISSING_SYSCALL_OR_IOCTL #414829:414830
@@ -166,5 +166,5 @@
more specific case to get the right behaviour.
=20
As above, please create a bug report and attach the patch as described
-on http://valgrind.kde.org/bugs.html
+on http://www.valgrind.org.
=20
--- trunk/valgrind/README_PACKAGERS #414829:414830
@@ -63,4 +63,4 @@
=20
=20
If you find any more hints/tips for packaging, please report
-it as a bugreport. See http://valgrind.kde.org/bugs.html for details.
+it as a bugreport. See http://www.valgrind.org for details.
--- trunk/valgrind/cachegrind/docs/cg_techdocs.html #414829:414830
@@ -33,7 +33,7 @@
<p>
<a href=3D"mailto:nj...@ca...">nj...@ca...</a><br>
<a
-href=3D"http://valgrind.kde.org">http://valgrind.kde.org</a><br>
+href=3D"http://www.valgrind.org">http://www.valgrind.org</a><br>
<p>
Copyright © 2001-2003 Nick Nethercote
<p>
--- trunk/valgrind/coregrind/docs/coregrind_core.html #414829:414830
@@ -1168,7 +1168,7 @@
=20
<a name=3D"problems"></a>
<h3>2.11 If you have problems</h3>
-Contact us at <a href=3D"http://valgrind.kde.org">valgrind.kde.org</a>.
+Contact us at <a href=3D"http://www.valgrind.org">www.valgrind.org</a>.
=20
<p>See <a href=3D"#limits">this section</a> for the known limitations of
Valgrind, and for a list of programs which are known not to work on
--- trunk/valgrind/include/basic_types.h #414829:414830
@@ -67,7 +67,7 @@
Where to send bug reports to.
------------------------------------------------------------------ */
=20
-#define VG_BUGS_TO "valgrind.kde.org"
+#define VG_BUGS_TO "www.valgrind.org"
=20
=20
#endif /* __BASIC_TYPES_H */
--- trunk/valgrind/memcheck/docs/mc_techdocs.html #414829:414830
@@ -33,7 +33,7 @@
These notes pertain to snapshot 20020306<br>
<p>
<a href=3D"mailto:js...@ac...">js...@ac...</a><br>
-<a href=3D"http://valgrind.kde.org">http://valgrind.kde.org</a><br>
+<a href=3D"http://www.valgrind.org">http://www.valgrind.org</a><br>
Copyright © 2000-2004 Julian Seward
<p>
Valgrind is licensed under the GNU General Public License,=20
--- trunk/valgrind/none/tests/cmdline1.stdout.exp #414829:414830
@@ -37,7 +37,7 @@
=20
Valgrind is Copyright (C) 2000-2005 Julian Seward et al.
and licensed under the GNU General Public License, version 2.
- Bug reports, feedback, admiration, abuse, etc, to: valgrind.kde.org.
+ Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org.
=20
Tools are copyright and licensed by their authors. See each
tool's start-up message for more information.
--- trunk/valgrind/none/tests/cmdline2.stdout.exp #414829:414830
@@ -59,7 +59,7 @@
=20
Valgrind is Copyright (C) 2000-2005 Julian Seward et al.
and licensed under the GNU General Public License, version 2.
- Bug reports, feedback, admiration, abuse, etc, to: valgrind.kde.org.
+ Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org.
=20
Tools are copyright and licensed by their authors. See each
tool's start-up message for more information.
|