summaryrefslogtreecommitdiffstats
path: root/createaccount.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'createaccount.cgi')
-rwxr-xr-xcreateaccount.cgi2
1 files changed, 1 insertions, 1 deletions
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();