From 01a39dff22efb05c26cbe7026125c3a0994d0fcf Mon Sep 17 00:00:00 2001 From: Babar Ali <148423037+Babarali2k21@users.noreply.github.com> Date: Thu, 8 Jan 2026 10:15:42 +0100 Subject: [PATCH] docs: clarify dev branching and fix contributing text Signed-off-by: Babar Ali <148423037+Babarali2k21@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 87e3dc91c..4f44f7a7d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,7 +71,7 @@ git clone https://github.com//cognee.git cd cognee ``` In case you are working on Vector and Graph Adapters -1. Fork the [**cognee**](https://github.com/topoteretes/cognee-community) repository +1. Fork the [**cognee-community**](https://github.com/topoteretes/cognee-community) repository 2. Clone your fork: ```shell git clone https://github.com//cognee-community.git