From 8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 12 Feb 2014 15:11:36 +0100 Subject: Bug 969881: All "Help" links in the header and footer of pages point to inexistent files r=gerv a=justdave --- editcomponents.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editcomponents.cgi') diff --git a/editcomponents.cgi b/editcomponents.cgi index 12a449fd4..4423931fe 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -23,7 +23,7 @@ my $template = Bugzilla->template; my $vars = {}; # There is only one section about components in the documentation, # so all actions point to the same page. -$vars->{'doc_section'} = 'components.html'; +$vars->{'doc_section'} = 'administration.html#components'; # # Preliminary checks: -- cgit v1.2.3-24-g4f1b