Skip to content

Commit ece3772

Browse files
authored
Update clone command in contributing guide
Companion change to OpenIntegrationEngine/engine#161
1 parent 1108de7 commit ece3772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/engine/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Start by forking the [Open Integration Engine GitHub repository](https://github.
1515
### 3. Clone Your Fork
1616
Clone your fork locally to your development environment:
1717
```bash
18-
git clone git@github.com:OpenIntegrationEngine/engine.git
18+
git clone git@github.com:your-github/engine.git
1919
```
2020

2121
### 4. Make Changes

0 commit comments

Comments
 (0)