diff options
author | Byron Jones <glob@mozilla.com> | 2015-10-05 06:13:24 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-10-05 06:13:24 +0200 |
commit | 6cbec76bcb35a51442ccbf35ecfceb57da90afc8 (patch) | |
tree | 36242f88e9b297c313db247f2385342aa50328e2 /enter_bug.cgi | |
parent | b7261d46a0b3075c8a55fdc056c35aaa7dfbe72b (diff) | |
download | bugzilla-6cbec76bcb35a51442ccbf35ecfceb57da90afc8.tar.gz bugzilla-6cbec76bcb35a51442ccbf35ecfceb57da90afc8.tar.xz |
Bug 1210246 - bugzilla.mozilla.org help link is busted
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 56f1061c8..afaffd752 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -67,7 +67,7 @@ my $vars = {}; Bugzilla::Hook::process('enter_bug_start', { vars => $vars }); # All pages point to the same part of the documentation. -$vars->{'doc_section'} = 'bugreports.html'; +$vars->{'doc_section'} = 'using/filing.html'; if (!$vars->{'disable_guided'}) { # Purpose: force guided format for newbies |