From 7677bc779b35bcb6d1db91dc89f91f01843fb354 Mon Sep 17 00:00:00 2001 From: Tony Germano <39179051+tonygermano@users.noreply.github.com> Date: Sun, 14 Dec 2025 00:04:16 -0500 Subject: [PATCH] Update clone command in contributing guide Companion change to https://github.com/OpenIntegrationEngine/engine/pull/161 Signed-off-by: Tony Germano --- docs/engine/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/engine/contributing.md b/docs/engine/contributing.md index e1a42c8..3cf75f0 100644 --- a/docs/engine/contributing.md +++ b/docs/engine/contributing.md @@ -15,7 +15,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