From 6cbec76bcb35a51442ccbf35ecfceb57da90afc8 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 5 Oct 2015 12:13:24 +0800 Subject: Bug 1210246 - bugzilla.mozilla.org help link is busted --- enter_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enter_bug.cgi') 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 -- cgit v1.2.3-24-g4f1b