summaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-12-17 11:37:25 +0100
committerGervase Markham <gerv@gerv.net>2014-12-17 11:37:25 +0100
commita7b489f00cd7577ce31383968eeef16050198c1b (patch)
tree98e3570960f21a7ca2d14c8e106f27bc43c746e7 /enter_bug.cgi
parentb93e6fe8046b66eb639dafa4566fdaaf91376f63 (diff)
downloadbugzilla-a7b489f00cd7577ce31383968eeef16050198c1b.tar.gz
bugzilla-a7b489f00cd7577ce31383968eeef16050198c1b.tar.xz
Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.
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 3f22fe4b8..e03a88528 100755
--- a/enter_bug.cgi
+++ b/enter_bug.cgi
@@ -47,7 +47,7 @@ my $template = Bugzilla->template;
my $vars = {};
# All pages point to the same part of the documentation.
-$vars->{'doc_section'} = 'using.html#filing-bugs';
+$vars->{'doc_section'} = 'using/filing.html';
my $product_name = trim($cgi->param('product') || '');
# Will contain the product object the bug is created in.