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 /editproducts.cgi | |
parent | Bug 1082106 - avoid problem where ->bz_add_columns creates a foreign key cons... (diff) | |
download | bugzilla-707773ab84ff43fd755dd0a909b19fdca899760e.tar.gz bugzilla-707773ab84ff43fd755dd0a909b19fdca899760e.tar.bz2 bugzilla-707773ab84ff43fd755dd0a909b19fdca899760e.zip |
Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-x | editproducts.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editproducts.cgi b/editproducts.cgi index f2526575e..62aa1206d 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -35,7 +35,7 @@ my $template = Bugzilla->template; my $vars = {}; # Remove this as soon as the documentation about products has been # improved and each action has its own section. -$vars->{'doc_section'} = 'administration.html#products'; +$vars->{'doc_section'} = 'administering/categorization.html#products'; print $cgi->header(); |