From 9cbe02e3fe8aa034f544cbc9ca77bbff5142d6f0 Mon Sep 17 00:00:00 2001 From: Milo Chen Date: Mon, 31 Jul 2023 23:57:29 +0800 Subject: [PATCH] Guide to clone the correct repo in CONTRIBUTING.md (#1471) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db8c7d9ad..c9a8b5163 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ Here is a quick guide to how the run Reflex repo locally so you can start contri First clone Reflex: ``` bash -git clone https://github.com/pynecone-io/pynecone.git +git clone https://github.com/reflex-dev/reflex.git ``` Navigate into the repo: