# HG changeset patch # User Rik # Date 1295796415 28800 # Node ID 16b050c1a25ccb42cd8630f62f82462fda269b6a # Parent dfe958c044a26e703baf2f20b69249f76bbac5fd Refer users to bug tracker, rather than octave-dev mailing list. diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2011-01-22 Rik + + * miscellaneous/info.m: Use reference to bug tracker rather than + octave-dev mailing list. + 2011-01-22 Ben Abbott * plot/meshc.m: Add note: gnuplot does not support filled 3D patches, diff --git a/scripts/miscellaneous/info.m b/scripts/miscellaneous/info.m --- 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 (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