From ab1be42f8b1339b3e02a4d24cdf0e0a84451895e Mon Sep 17 00:00:00 2001 From: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com> Date: Fri, 29 Sep 2023 09:17:04 -0700 Subject: [PATCH] Update link in service accounts docs (#18326) * fix link path * follow same pattern as the other links --- content/docker-hub/service-accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docker-hub/service-accounts.md b/content/docker-hub/service-accounts.md index 0592f6f28c..63d7ce0646 100644 --- a/content/docker-hub/service-accounts.md +++ b/content/docker-hub/service-accounts.md @@ -45,7 +45,7 @@ To create a new service account for your Team account: 2. Create a [team](manage-a-team.md) in your organization and grant it read-only access to your private repositories. 3. Add the new Docker ID to your [organization](orgs.md). 4. Add the new Docker ID to the [team](manage-a-team.md) you created earlier. -5. Create a new [personal access token (PAT)](/access-tokens.md) from the user account and use it for CI. +5. Create a new [personal access token (PAT)](access-tokens.md) from the user account and use it for CI. > **Note** >