aboutsummaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-12-17 10:38:17 +0000
committerGervase Markham <gerv@gerv.net>2014-12-17 10:38:17 +0000
commit707773ab84ff43fd755dd0a909b19fdca899760e (patch)
tree3338591b1d243a102f860ddc6708b3e7e6a36c7d /enter_bug.cgi
parent89b7de1363b5d185633596c874e1998adb526c91 (diff)
downloadbugs-707773ab84ff43fd755dd0a909b19fdca899760e.tar
bugs-707773ab84ff43fd755dd0a909b19fdca899760e.tar.gz
bugs-707773ab84ff43fd755dd0a909b19fdca899760e.tar.bz2
bugs-707773ab84ff43fd755dd0a909b19fdca899760e.tar.xz
bugs-707773ab84ff43fd755dd0a909b19fdca899760e.zip
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.