From 707773ab84ff43fd755dd0a909b19fdca899760e Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Wed, 17 Dec 2014 10:38:17 +0000 Subject: Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave. --- report.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'report.cgi') diff --git a/report.cgi b/report.cgi index a4d26f4d7..2a8317d7a 100755 --- a/report.cgi +++ b/report.cgi @@ -375,7 +375,7 @@ if ($cgi->param('debug')) { } # All formats point to the same section of the documentation. -$vars->{'doc_section'} = 'using.html#reports-and-charts'; +$vars->{'doc_section'} = 'using/reports-and-charts.html#reports'; disable_utf8() if ($format->{'ctype'} =~ /^image\//); -- cgit v1.2.1