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:
parent
33917f7a0c
commit
0c5d95ca74
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue