diff options
author | gerv%gerv.net <> | 2001-04-23 01:44:10 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2001-04-23 01:44:10 +0200 |
commit | 4f2def1389dc63217efdf03fb9f490d42527d534 (patch) | |
tree | ea256bbb67ac5e113e46742254d611e47f1062e0 | |
parent | beb95bd9100a6628e2c9a46b769994997a047701 (diff) | |
download | bugzilla-4f2def1389dc63217efdf03fb9f490d42527d534.tar.gz bugzilla-4f2def1389dc63217efdf03fb9f490d42527d534.tar.xz |
Fix bug 76524 - mostfreqhtml param text has a few issues. Patch by matty@chariot.net.au .
-rw-r--r-- | defparams.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/defparams.pl b/defparams.pl index d27bb0d7e..d13efe89f 100644 --- a/defparams.pl +++ b/defparams.pl @@ -319,12 +319,12 @@ of the product.</li> <li>If problem not listed:</li> <ul> -<li>Go to the <a href="http://bugzilla.mozilla.org/query.cgi">Bugzilla Query/Search</a> +<li>Go to the <a href="query.cgi">Bugzilla Query/Search</a> page to try and locate a similar bug that has already been written.</li> <li>If you find your bug in Bugzilla, feel free to comment with any new or additional data you may have.</li> <li>If you cannot find your problem already documented in Bugzilla, go to the -<a href="http://www.mozilla.org/qualtiy/help/bug-form.html">Bugzilla Helper</a> and post a new bug.</li> +<a href="http://www.mozilla.org/quality/help/bug-form.html">Bugzilla Helper</a> and post a new bug.</li> </ul> </ul> |