diff options
author | Gervase Markham <gerv@gerv.net> | 2014-12-17 10:38:17 +0000 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2014-12-17 10:38:17 +0000 |
commit | 707773ab84ff43fd755dd0a909b19fdca899760e (patch) | |
tree | 3338591b1d243a102f860ddc6708b3e7e6a36c7d /report.cgi | |
parent | 89b7de1363b5d185633596c874e1998adb526c91 (diff) | |
download | bugs-707773ab84ff43fd755dd0a909b19fdca899760e.tar bugs-707773ab84ff43fd755dd0a909b19fdca899760e.tar.gz bugs-707773ab84ff43fd755dd0a909b19fdca899760e.tar.bz2 bugs-707773ab84ff43fd755dd0a909b19fdca899760e.tar.xz bugs-707773ab84ff43fd755dd0a909b19fdca899760e.zip |
Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.
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 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\//); |