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. --- chart.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart.cgi') diff --git a/chart.cgi b/chart.cgi index 96ac9e1cf..00b0b8ee5 100755 --- a/chart.cgi +++ b/chart.cgi @@ -67,7 +67,7 @@ if (grep(/^cmd-/, $cgi->param())) { my $action = $cgi->param('action'); my $series_id = $cgi->param('series_id'); -$vars->{'doc_section'} = 'using.html#charts'; +$vars->{'doc_section'} = 'using/reports-and-charts.html#charts'; # Because some actions are chosen by buttons, we can't encode them as the value # of the action param, because that value is localization-dependent. So, we -- cgit v1.2.3-24-g4f1b