diff options
Diffstat (limited to 'report.cgi')
-rwxr-xr-x | report.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report.cgi b/report.cgi index cefe96d5a..4cfa6a6a4 100755 --- a/report.cgi +++ b/report.cgi @@ -373,7 +373,7 @@ if ($cgi->param('debug')) { } # All formats point to the same section of the documentation. -$vars->{'doc_section'} = 'reporting.html#reports'; +$vars->{'doc_section'} = 'using.html#reports-and-charts'; disable_utf8() if ($format->{'ctype'} =~ /^image\//); |