From 99d68769302bab5579c119e0b9ec471b1c58d32f Mon Sep 17 00:00:00 2001 From: pizzariafornalhadeferraz-code Date: Mon, 27 Jul 2026 18:11:36 -0300 Subject: [PATCH] docs: fix incorrect clone URL in README contributing section The clone command pointed to github.com/safishamsi/graphify, but the project's actual remote (and every badge/image link in the same README) is github.com/Graphify-Labs/graphify. A new contributor following the current instructions would clone the wrong repo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4f188f46..e89881174 100644 --- a/README.md +++ b/README.md @@ -811,7 +811,7 @@ Built for people and teams whose work lives across hundreds of conversations and The project uses [uv](https://docs.astral.sh/uv/) for dev workflow. Install it once, then: ```bash -git clone https://github.com/safishamsi/graphify.git +git clone https://github.com/Graphify-Labs/graphify.git cd graphify git checkout v8 # active development branch