diff options
Diffstat (limited to 'chart.cgi')
-rwxr-xr-x | chart.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |