From b4f1c16951dad9cede7bb3c50b1189c9752c2f05 Mon Sep 17 00:00:00 2001 From: Devendra kushwah <105185014+devendrakushwah80@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:24:04 +0530 Subject: [PATCH] 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 --- content/manuals/admin/organization/organization-faqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/admin/organization/organization-faqs.md b/content/manuals/admin/organization/organization-faqs.md index 5f80988d7e..408eb36cbd 100644 --- a/content/manuals/admin/organization/organization-faqs.md +++ b/content/manuals/admin/organization/organization-faqs.md @@ -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?