summaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'enter_bug.cgi')
-rwxr-xr-xenter_bug.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/enter_bug.cgi b/enter_bug.cgi
index 617fdde67..da80e9d15 100755
--- a/enter_bug.cgi
+++ b/enter_bug.cgi
@@ -45,7 +45,7 @@ my $template = Bugzilla->template;
my $vars = {};
# All pages point to the same part of the documentation.
-$vars->{'doc_section'} = 'bugreports.html';
+$vars->{'doc_section'} = 'using.html#filing-bugs';
my $product_name = trim($cgi->param('product') || '');
# Will contain the product object the bug is created in.