From 0c5d95ca74d2fef11489811f064d697dd6fe23bf Mon Sep 17 00:00:00 2001 From: ALEXANDRE JUNIO CANUTO LOPES Date: Mon, 16 Feb 2026 22:42:16 -0300 Subject: [PATCH] docs: fix repository URL in CONTRIBUTING.md (#139) Changed 'your-org' placeholder to 'alibaba' in the git clone command to reflect the correct repository URL. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index deff5af..bf8b954 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ By participating, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md ### Clone & Initialize ```bash -git clone --recursive https://github.com/your-org/zvec.git +git clone --recursive https://github.com/alibaba/zvec.git cd zvec ```