summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorharrison%netscape.com <>1998-10-21 19:22:57 +0200
committerharrison%netscape.com <>1998-10-21 19:22:57 +0200
commitac40798c211f0e569fb0a08e1cf61516f5465b33 (patch)
tree17a9ab39ba1f6c552acd6b21040ca2cc8948be7e /query.cgi
parent28af3b1dc4e4c8275a322860f105eb138e2993f9 (diff)
downloadbugzilla-ac40798c211f0e569fb0a08e1cf61516f5465b33.tar.gz
bugzilla-ac40798c211f0e569fb0a08e1cf61516f5465b33.tar.xz
fixed typo
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/query.cgi b/query.cgi
index 32ac5717d..b24dee0f3 100755
--- a/query.cgi
+++ b/query.cgi
@@ -264,7 +264,7 @@ if (defined $::COOKIE{"Bugzilla_login"}) {
}
print "<a href=changepassword.cgi>Change your password.</a><br>\n";
print "<a href=\"enter_bug.cgi\">Create a new bug.</a><br>\n";
-print "<a href=\"enter_bug.cgi\">Bug reports</a><br>\n";
+print "<a href=\"reports.cgi\">Bug reports</a><br>\n";