From 1332899c9d50b6d03bdb36dbd22d9306080321cc Mon Sep 17 00:00:00 2001
From: Michael Trainor <mtrainor@gitlab.com>
Date: Fri, 5 Nov 2021 00:08:43 +0000
Subject: [PATCH] Fix broken anchor in link to handbook (change username)

---
 doc/user/profile/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/user/profile/index.md b/doc/user/profile/index.md
index 7f16c4e244e3..7411f26fc6d3 100644
--- a/doc/user/profile/index.md
+++ b/doc/user/profile/index.md
@@ -49,7 +49,7 @@ Prerequisites:
 
 - Your namespace cannot contain a project with [Container Registry](../packages/container_registry/index.md) tags.
 - Your namespace cannot have a project that hosts [GitLab Pages](../project/pages/index.md). For more information,
-  see [this procedure in the GitLab Team Handbook](https://about.gitlab.com/handbook/tools-and-tips/#how-to-change-your-username-at-gitlabcom).
+  see [this procedure in the GitLab Team Handbook](https://about.gitlab.com/handbook/tools-and-tips/#change-your-username-at-gitlabcom).
 
 To change your username:
 
-- 
GitLab