From a6a445d86b3d8f34142f2b72ebc6f321485f4837 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Erik=20Sj=C3=B6lund?= <erik.sjolund@gmail.com>
Date: Sat, 9 Mar 2024 16:42:44 +0100
Subject: [PATCH] set-up-git.md: clarify URL in git clone command
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Fixes https://github.com/moby/moby/issues/47407

Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
---
 docs/contributing/set-up-git.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/contributing/set-up-git.md b/docs/contributing/set-up-git.md
index f320c2716c..c2c700dd54 100644
--- a/docs/contributing/set-up-git.md
+++ b/docs/contributing/set-up-git.md
@@ -66,9 +66,10 @@ target="_blank">moby/moby repository</a>.
 8. Clone the fork to your local host into a repository called `moby-fork`.
 
    ```bash
-   $ git clone https://github.com/moxiegirl/moby.git moby-fork
+   $ git clone https://github.com/YOUR_ACCOUNT/moby.git moby-fork
    ```
 
+    In the command above replace `YOUR_ACCOUNT` with your GitHub username.
     Naming your local repo `moby-fork` should help make these instructions
     easier to follow; experienced coders don't typically change the name.