This is an automated email from the ASF dual-hosted git repository.
warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new fa68822 Update New repo address
fa68822 is described below
commit fa68822f26cfc457d52375a6907d9fbc62c16553
Author: Shubham Gupta <[email protected]>
AuthorDate: Fri Jun 17 19:44:03 2022 +0530
Update New repo address
---
docs/02-QuickStart/04-DeveloperSetup.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/02-QuickStart/04-DeveloperSetup.md
b/docs/02-QuickStart/04-DeveloperSetup.md
index db5ecd5..0dd817c 100644
--- a/docs/02-QuickStart/04-DeveloperSetup.md
+++ b/docs/02-QuickStart/04-DeveloperSetup.md
@@ -18,7 +18,7 @@ description: >
1. Navigate to where you would like to install this project and clone the
repository:
```sh
- git clone https://github.com/merico-dev/lake.git
+ git clone https://github.com/apache/incubator-devlake
cd lake
```