diff options
author | Gervase Markham <gerv@gerv.net> | 2014-12-17 10:38:17 +0000 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2014-12-17 10:38:17 +0000 |
commit | 707773ab84ff43fd755dd0a909b19fdca899760e (patch) | |
tree | 3338591b1d243a102f860ddc6708b3e7e6a36c7d /enter_bug.cgi | |
parent | 89b7de1363b5d185633596c874e1998adb526c91 (diff) | |
download | bugs-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-x | enter_bug.cgi | 2 |
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. |