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.
This commit is contained in:
ALEXANDRE JUNIO CANUTO LOPES 2026-02-16 22:42:16 -03:00 committed by GitHub
parent 33917f7a0c
commit 0c5d95ca74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
```