From a7b489f00cd7577ce31383968eeef16050198c1b Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Wed, 17 Dec 2014 10:37:25 +0000 Subject: Bug 1107874 - make Help links point to new documentation. r=dkl, 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 7442365f3..aebc0b647 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -25,7 +25,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'} = 'administration.html#components'; +$vars->{'doc_section'} = 'administering/categorization.html#components'; # # Preliminary checks: -- cgit v1.2.3-24-g4f1b