Skip to content

Commit 0391eab

Browse files
Fix broken prerequisite in account deactivation docs (#25297)
## Description The prerequisites section for deactivating a Docker account contained a broken bullet: > Unlink your [GitHub and account](...) \"GitHub and account\" is not grammatical. The linked page covers unlinking both GitHub and Bitbucket accounts (for the deprecated automated builds feature), but only GitHub was mentioned. This fix: - Rewrites the bullet to be grammatically correct - Clarifies it only applies to users who linked accounts for automated builds - Adds a link for Bitbucket alongside GitHub ## Related issues or tickets Fixes #25128 ## Reviews - [ ] Technical review - [ ] Editorial review
1 parent c5bc2dd commit 0391eab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

content/manuals/accounts/deactivate-user-account.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ Before deactivating your Docker account, ensure you meet the following requireme
3535
- If you have an active Docker subscription, [downgrade it to a Docker Personal subscription](../subscription/change.md).
3636
- Download any images and tags you want to keep. Use `docker pull -a <image>`
3737
to pull all tags, or `docker pull <image>:<tag>` to pull a specific tag.
38-
- Unlink your [GitHub and account](../docker-hub/repos/manage/builds/link-source.md#unlink-a-github-user-account).
38+
- If you linked a GitHub or Bitbucket account for automated builds, unlink it.
39+
See [Unlink a GitHub user account](../docker-hub/repos/manage/builds/link-source.md#unlink-a-github-user-account)
40+
or [Unlink a Bitbucket user account](../docker-hub/repos/manage/builds/link-source.md#unlink-a-bitbucket-user-account).
3941

4042
## Deactivate
4143

0 commit comments

Comments
 (0)