From a7b489f00cd7577ce31383968eeef16050198c1b Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Wed, 17 Dec 2014 10:37:25 +0000 Subject: Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave. --- createaccount.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'createaccount.cgi') diff --git a/createaccount.cgi b/createaccount.cgi index 21d6cc8db..a15396384 100755 --- a/createaccount.cgi +++ b/createaccount.cgi @@ -23,7 +23,7 @@ use Bugzilla::Token; my $user = Bugzilla->login(LOGIN_OPTIONAL); my $cgi = Bugzilla->cgi; my $template = Bugzilla->template; -my $vars = { doc_section => 'using.html#create-a-bugzilla-account' }; +my $vars = { doc_section => 'using/creating-an-account.html' }; print $cgi->header(); -- cgit v1.2.3-24-g4f1b