From a998d6c505ad5af192fa72a6189de5761a7db1ec Mon Sep 17 00:00:00 2001 From: Arshad Jamal Date: Sat, 12 Aug 2023 10:53:45 +0530 Subject: [PATCH] Corrected clone link for Windows (#319) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b74da4334..782addcf5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ branch are tagged into a release monthly. ``` > If you are on windows, run the following command on gitbash with admin privileges: - > `git clone -c core.symlinks=true https://triggerdotdev/trigger.dev.git` + > `git clone -c core.symlinks=true https://github.com/triggerdotdev/trigger.dev.git` 2. Navigate to the project folder ```