mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
Fix broken convert account link in organization FAQs (#25378)
## Description Fixes a broken relative link in `content/manuals/admin/organization/organization-faqs.md`. The FAQ linked to `convert-account.md` in the current directory, but the file is located in the `setup/` subdirectory. Updated the link to point to the correct path. ## Related issues or tickets Fixes #25366 ## Reviews * [x] Technical review * [ ] Editorial review * [ ] Product review
This commit is contained in:
@@ -43,7 +43,7 @@ convert a user account into an organization, it's not possible to
|
||||
revert it to a personal user account.
|
||||
|
||||
For prerequisites and instructions, see
|
||||
[Convert an account into an organization](convert-account.md).
|
||||
[Convert an account into an organization](setup/convert-account.md).
|
||||
|
||||
### Do organization invitees take up seats?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user