diff options
author | Gervase Markham <gerv@gerv.net> | 2014-12-17 11:37:25 +0100 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2014-12-17 11:37:25 +0100 |
commit | a7b489f00cd7577ce31383968eeef16050198c1b (patch) | |
tree | 98e3570960f21a7ca2d14c8e106f27bc43c746e7 /chart.cgi | |
parent | b93e6fe8046b66eb639dafa4566fdaaf91376f63 (diff) | |
download | bugzilla-a7b489f00cd7577ce31383968eeef16050198c1b.tar.gz bugzilla-a7b489f00cd7577ce31383968eeef16050198c1b.tar.xz |
Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.
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 |