From f67ebc61c8fd897485363bef47c35518af24cebc Mon Sep 17 00:00:00 2001 From: Jon Bartels Date: Tue, 12 Aug 2025 15:34:27 -0400 Subject: [PATCH] Update CONTRIBUTING.md with better git clone reference Signed-off-by: Jon Bartels --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 151611be6..b4cfe9630 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ Start by forking the [Open Integration Engine GitHub repository](https://github. ### 3. Clone Your Fork Clone your fork locally to your development environment: ```bash -git clone git@github.com:OpenIntegrationEngine/engine.git +git clone git@github.com:your-github/engine.git ``` ### 4. Make Changes