From 8a54b7c7c2b3dcdc563916830ebd15e7ece88307 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:15:31 +0000 Subject: [PATCH] docs: address issue #24299 (#24313) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Fixed broken cross-reference link to company creation documentation in organization general settings. ## Changes - Updated link in `content/manuals/admin/organization/general-settings.md` from broken relative path `new-company.md` to correct path `/manuals/admin/company/new-company.md` Fixes #24299 --- 🤖 Generated with [cagent](https://github.com/docker/cagent) Co-authored-by: aevesdocker <102604716+aevesdocker@users.noreply.github.com> --- .../manuals/admin/organization/general-settings.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/manuals/admin/organization/general-settings.md b/content/manuals/admin/organization/general-settings.md index 6dd0c475ac..a245006731 100644 --- a/content/manuals/admin/organization/general-settings.md +++ b/content/manuals/admin/organization/general-settings.md @@ -13,16 +13,16 @@ General organization information appears on your organization landing page in th This information includes: - - Organization Name - - Company - - Location - - Website - - Gravatar email: To add an avatar to your Docker account, create a [Gravatar account](https://gravatar.com/) and upload an avatar. Next, add your Gravatar email to your Docker account settings. It may take some time for your avatar to update in Docker. +- Organization Name +- Company +- Location +- Website +- Gravatar email: To add an avatar to your Docker account, create a [Gravatar account](https://gravatar.com/) and upload an avatar. Next, add your Gravatar email to your Docker account settings. It may take some time for your avatar to update in Docker. To edit this information: 1. Sign in to the [Admin Console](https://app.docker.com/admin) and -select your organization from the top-left account drop-down. + select your organization from the top-left account drop-down. 1. Enter or update your organization’s details, then select **Save**. ## Next steps @@ -32,4 +32,4 @@ After configuring your organization information, you can: - [Configure single sign-on (SSO)](/manuals/enterprise/security/single-sign-on/configure.md) - [Set up SCIM provisioning](/manuals/enterprise/security/provisioning/scim.md) - [Manage domains](/manuals/enterprise/security/domain-management.md) -- [Create a company](new-company.md) +- [Create a company](/manuals/admin/company/new-company.md)