changeset 12142:accccf832528

Refer users to bug tracker, rather than octave-dev mailing list.
author Rik <octave@nomad.inbox5.com>
date Sun, 23 Jan 2011 07:26:55 -0800
parents f0e61a6a0fb4
children ed129a03f93c
files scripts/ChangeLog scripts/miscellaneous/info.m
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-22  Rik  <octave@nomad.inbox5.com>
+
+	* miscellaneous/info.m: Use reference to bug tracker rather than
+	octave-dev mailing list.
+
 2011-01-22  Ben Abbott  <bpabbott@mac.com>
 
 	* plot/meshc.m: Add note: gnuplot does not support filled 3D patches,
--- a/scripts/miscellaneous/info.m
+++ b/scripts/miscellaneous/info.m
@@ -37,8 +37,9 @@
   the Octave Forge project, which may be found at\n\
   http://octave.sourceforge.net\n\
 \n\
-  Report bugs to <bug@octave.org> (but first, please read\n\
-  http://www.octave.org/bugs.html to learn how to write a helpful report)\n\
-\n");
+  Report bugs to the bug tracker at\n\
+  http://bugs.octave.org\n\
+  But first, please read the guidelines to writing a helpful report at\n\
+  http://www.octave.org/bugs.html\n");
 
 endfunction