diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-12 15:11:36 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-12 15:11:36 +0100 |
commit | 8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1 (patch) | |
tree | 721eb5cb78a3eb7b625bab659bf35e3e62d45154 /enter_bug.cgi | |
parent | Bug 970184: "possible duplicates" shouldn't truncate words at the first non-w... (diff) | |
download | bugzilla-8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1.tar.gz bugzilla-8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1.tar.bz2 bugzilla-8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1.zip |
Bug 969881: All "Help" links in the header and footer of pages point to inexistent files
r=gerv 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 617fdde67..da80e9d15 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -45,7 +45,7 @@ my $template = Bugzilla->template; my $vars = {}; # All pages point to the same part of the documentation. -$vars->{'doc_section'} = 'bugreports.html'; +$vars->{'doc_section'} = 'using.html#filing-bugs'; my $product_name = trim($cgi->param('product') || ''); # Will contain the product object the bug is created in. |